Html Css Color HEX #D2617D Cranberry

📋 copy color: '#D2617D'

red 210 ◦ green 97 ◦ blue 125

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

Shades of Cranberry #D2617D

Tints of Cranberry #D2617D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.94%

R = 48.61%
G = 22.45%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D2617D (or 0xD2617D) is known color: Cranberry. HEX triplet: D2, 61 and 7D. RGB value is (210,97,125). Sum of RGB (Red+Green+Blue) = 210+97+125=432 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.61% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 125 (49.22% from 255 or 28.94% from 432); Max value from RGB is 210 - color contains mainly: red. Hex color #D2617D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2617D is #2D9E82. Grayscale: #858585. Windows color (decimal): -2989699 or 8217042. OLE color: 8217042.

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

Color convert

RGB 210 97 125 -
CMYK 0 0.54 0.40 0.18
HSL 345.13º 0.56% 0.6% -
HSV(B) 345.13º 0.54% 0.82% -
XYZ 34.55 23.73 22.16 -
YUV 133.98 122.94 182.22 -
System Red Green Blue C M Y K H S L
Decimal 210 97 125 0 0.54 0.40 0.18 345.13 0.56 0.6
Hex D2 61 7D 0 36 28 12 159 38 3C
Octal 322 141 175 0 66 50 22 531 70 74
Binary 11010010 1100001 1111101 0 110110 101000 10010 101011001 111000 111100

Color Harmonies of #D2617D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2617D

Black with #D2617D

Text Example


Text Example

White with #D2617D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2617D; }

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

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

background-color css

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

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

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

border-color css

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

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

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