Html Css Color HEX #D2617C Cranberry

📋 copy color: '#D2617C'

red 210 ◦ green 97 ◦ blue 124

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

Shades of Cranberry #D2617C

Tints of Cranberry #D2617C

RGB

 RED value IS 210 (82.42% from 255) = 48.72%

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

 BLUE value IS 124 (48.83% from 255) = 28.77%

R = 48.72%
G = 22.51%
B = 28.77%

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

#D2617C (or 0xD2617C) is known color: Cranberry. HEX triplet: D2, 61 and 7C. RGB value is (210,97,124). Sum of RGB (Red+Green+Blue) = 210+97+124=431 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.72% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 124 (48.83% from 255 or 28.77% from 431); Max value from RGB is 210 - color contains mainly: red. Hex color #D2617C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2617C is #2D9E83. Grayscale: #858585. Windows color (decimal): -2989700 or 8151506. OLE color: 8151506.

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

Color convert

RGB 210 97 124 -
CMYK 0 0.54 0.41 0.18
HSL 345.66º 0.56% 0.6% -
HSV(B) 345.66º 0.54% 0.82% -
XYZ 34.49 23.71 21.83 -
YUV 133.87 122.44 182.3 -
System Red Green Blue C M Y K H S L
Decimal 210 97 124 0 0.54 0.41 0.18 345.66 0.56 0.6
Hex D2 61 7C 0 36 29 12 15A 38 3C
Octal 322 141 174 0 66 51 22 532 70 74
Binary 11010010 1100001 1111100 0 110110 101001 10010 101011010 111000 111100

Color Harmonies of #D2617C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2617C

Black with #D2617C

Text Example


Text Example

White with #D2617C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2617C; }

 p { color: rgb(210,97,124); }

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

background-color css

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

 a { background-color: rgb(210,97,124); }

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

border-color css

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

 span { border-color: rgb(210,97,124); }

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