Html Css Color HEX #D24478 Cranberry

📋 copy color: '#D24478'

red 210 ◦ green 68 ◦ blue 120

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

Shades of Cranberry #D24478

Tints of Cranberry #D24478

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

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

R = 52.76%
G = 17.09%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D24478 (or 0xD24478) is known color: Cranberry. HEX triplet: D2, 44 and 78. RGB value is (210,68,120). Sum of RGB (Red+Green+Blue) = 210+68+120=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 120 (47.27% from 255 or 30.15% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24478 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24478 is #2DBB87. Grayscale: #747474. Windows color (decimal): -2997128 or 7881938. OLE color: 7881938.

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

Color convert

RGB 210 68 120 -
CMYK 0 0.68 0.43 0.18
HSL 338.03º 0.61% 0.55% -
HSV(B) 338.03º 0.68% 0.82% -
XYZ 32.04 19.19 19.79 -
YUV 116.39 130.04 194.77 -
System Red Green Blue C M Y K H S L
Decimal 210 68 120 0 0.68 0.43 0.18 338.03 0.61 0.55
Hex D2 44 78 0 44 2B 12 152 3D 37
Octal 322 104 170 0 104 53 22 522 75 67
Binary 11010010 1000100 1111000 0 1000100 101011 10010 101010010 111101 110111

Color Harmonies of #D24478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24478

Black with #D24478

Text Example


Text Example

White with #D24478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24478; }

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

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

background-color css

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

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

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

border-color css

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

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

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