Html Css Color HEX #D1617B Cranberry

📋 copy color: '#D1617B'

red 209 ◦ green 97 ◦ blue 123

#D1617B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cranberry #D1617B

Tints of Cranberry #D1617B

RGB

 RED value IS 209 (82.03% from 255) = 48.72%

 GREEN value IS 97 (38.28% from 255) = 22.61%

 BLUE value IS 123 (48.44% from 255) = 28.67%

R = 48.72%
G = 22.61%
B = 28.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D1617B (or 0xD1617B) is known color: Cranberry. HEX triplet: D1, 61 and 7B. RGB value is (209,97,123). Sum of RGB (Red+Green+Blue) = 209+97+123=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 97 (38.28% from 255 or 22.61% from 429); Blue value is 123 (48.44% from 255 or 28.67% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1617B is #2E9E84. Grayscale: #858585. Windows color (decimal): -3055237 or 8085969. OLE color: 8085969.

HSL color Cylindrical-coordinate representation of color #D1617B: hue angle of 346.07º degrees, saturation: 0.55, 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 #D1617B is Cyan = 0, Magento = 0.54, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 97 123 -
CMYK 0 0.54 0.41 0.18
HSL 346.07º 0.55% 0.6% -
HSV(B) 346.07º 0.54% 0.82% -
XYZ 34.14 23.53 21.48 -
YUV 133.45 122.11 181.89 -
System Red Green Blue C M Y K H S L
Decimal 209 97 123 0 0.54 0.41 0.18 346.07 0.55 0.6
Hex D1 61 7B 0 36 29 12 15A 37 3C
Octal 321 141 173 0 66 51 22 532 67 74
Binary 11010001 1100001 1111011 0 110110 101001 10010 101011010 110111 111100

Color Harmonies of #D1617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1617B

Black with #D1617B

Text Example


Text Example

White with #D1617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1617B; }

 p { color: rgb(209,97,123); }

 H1.HeaderClassName
 {
   color: #D1617B;
 }
 .AnyTagClassName
 {
   color: #D1617B;
 }
</style>

background-color css

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

 a { background-color: rgb(209,97,123); }

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

border-color css

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

 span { border-color: rgb(209,97,123); }

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