Html Css Color HEX #D24672 Cranberry

📋 copy color: '#D24672'

red 210 ◦ green 70 ◦ blue 114

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

Shades of Cranberry #D24672

Tints of Cranberry #D24672

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.77%

 BLUE value IS 114 (44.92% from 255) = 28.93%

R = 53.3%
G = 17.77%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D24672 (or 0xD24672) is known color: Cranberry. HEX triplet: D2, 46 and 72. RGB value is (210,70,114). Sum of RGB (Red+Green+Blue) = 210+70+114=394 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.30% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 114 (44.92% from 255 or 28.93% from 394); Max value from RGB is 210 - color contains mainly: red. Hex color #D24672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24672 is #2DB98D. Grayscale: #747474. Windows color (decimal): -2996622 or 7489234. OLE color: 7489234.

HSL color Cylindrical-coordinate representation of color #D24672: hue angle of 341.14º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D24672 is Cyan = 0, Magento = 0.67, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 70 114 -
CMYK 0 0.67 0.46 0.18
HSL 341.14º 0.61% 0.55% -
HSV(B) 341.14º 0.67% 0.82% -
XYZ 31.81 19.3 17.97 -
YUV 116.88 126.38 194.42 -
System Red Green Blue C M Y K H S L
Decimal 210 70 114 0 0.67 0.46 0.18 341.14 0.61 0.55
Hex D2 46 72 0 43 2E 12 155 3D 37
Octal 322 106 162 0 103 56 22 525 75 67
Binary 11010010 1000110 1110010 0 1000011 101110 10010 101010101 111101 110111

Color Harmonies of #D24672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24672

Black with #D24672

Text Example


Text Example

White with #D24672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24672; }

 p { color: rgb(210,70,114); }

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

background-color css

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

 a { background-color: rgb(210,70,114); }

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

border-color css

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

 span { border-color: rgb(210,70,114); }

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