Html Css Color HEX #D24578 Cranberry

📋 copy color: '#D24578'

red 210 ◦ green 69 ◦ blue 120

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

Shades of Cranberry #D24578

Tints of Cranberry #D24578

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.29%

 BLUE value IS 120 (47.27% from 255) = 30.08%

R = 52.63%
G = 17.29%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D24578 (or 0xD24578) is known color: Cranberry. HEX triplet: D2, 45 and 78. RGB value is (210,69,120). Sum of RGB (Red+Green+Blue) = 210+69+120=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 69 (27.34% from 255 or 17.29% from 399); Blue value is 120 (47.27% from 255 or 30.08% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D24578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24578 is #2DBA87. Grayscale: #747474. Windows color (decimal): -2996872 or 7882194. OLE color: 7882194.

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

Color convert

RGB 210 69 120 -
CMYK 0 0.67 0.43 0.18
HSL 338.3º 0.61% 0.55% -
HSV(B) 338.3º 0.67% 0.82% -
XYZ 32.1 19.31 19.81 -
YUV 116.97 129.71 194.35 -
System Red Green Blue C M Y K H S L
Decimal 210 69 120 0 0.67 0.43 0.18 338.3 0.61 0.55
Hex D2 45 78 0 43 2B 12 152 3D 37
Octal 322 105 170 0 103 53 22 522 75 67
Binary 11010010 1000101 1111000 0 1000011 101011 10010 101010010 111101 110111

Color Harmonies of #D24578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24578

Black with #D24578

Text Example


Text Example

White with #D24578

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24578; }

 p { color: rgb(210,69,120); }

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

background-color css

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

 a { background-color: rgb(210,69,120); }

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

border-color css

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

 span { border-color: rgb(210,69,120); }

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