#D2607B

Color #D2607B Cranberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cranberry #D2607B

Tints of Cranberry #D2607B

Color information

#D2607B (or 0xD2607B) is unknown color: approx Cranberry. HEX triplet: D2, 60 and 7B. RGB value is (210,96,123). Sum of RGB (Red+Green+Blue) = 210+96+123=429 (56% of max value = 765). Red value is 210 (82.42% from 255 or 48.95% from 429); Green value is 96 (37.89% from 255 or 22.38% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 210 - color contains mainly: red. Hex color #D2607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2607B is #2D9F84. Grayscale: #858585. Windows color (decimal): -2989957 or 8085714. OLE color: 8085714.

HSL color Cylindrical-coordinate representation of color #D2607B: hue angle of 345.79º degrees, saturation: 0.56, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2607B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB21096123-
CMYK00.540.410.18
HSL345.79º55.88%60%-
HSV(B)345.79º54.29%82.35%-
XYZ34.3423.521.46-
YUV133.16122.27182.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 48.95%
GREEN value IS 96 (37.89% from 255) = 22.38%
BLUE value IS 123 (48.44% from 255) = 28.67%
R=48.95%
G=22.38%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2109612300.540.410.18345.7955.8860
HexD2607B036291215a383c
Octal32214017306651225327074
Binary1101001011000001111011011011010100110010101011010111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2607B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2607B; }

 p { color: rgb(210,96,123); }

 H1.HeaderClassName
 {
   color: #D2607B;
 }
 .AnyTagClassName
 {
   color: #D2607B;
 }
</style>
background-color css

<style>
 a { background-color: #D2607B; }

 a { background-color: rgb(210,96,123); }

 div.DivClassName
 {
   background-color: #D2607B;
 }
 .BgClassName
 {
   background-color: #D2607B;
 }
</style>
border-color css

<style>
 span { border-color: #D2607B; }

 span { border-color: rgb(210,96,123); }

 td.TdClassName
 {
   border-color: #D2607B;
 }
 .TagClassName
 {
   border-color: #D2607B;
 }
</style>