Html Css Color HEX #D24A78 Cranberry

📋 copy color: '#D24A78'

red 210 ◦ green 74 ◦ blue 120

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

Shades of Cranberry #D24A78

Tints of Cranberry #D24A78

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.32%

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

R = 51.98%
G = 18.32%
B = 29.7%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D24A78 (or 0xD24A78) is known color: Cranberry. HEX triplet: D2, 4A and 78. RGB value is (210,74,120). Sum of RGB (Red+Green+Blue) = 210+74+120=404 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.98% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 120 (47.27% from 255 or 29.70% from 404); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A78 is #2DB587. Grayscale: #777777. Windows color (decimal): -2995592 or 7883474. OLE color: 7883474.

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

Color convert

RGB 210 74 120 -
CMYK 0 0.65 0.43 0.18
HSL 339.71º 0.6% 0.56% -
HSV(B) 339.71º 0.65% 0.82% -
XYZ 32.42 19.96 19.91 -
YUV 119.91 128.06 192.26 -
System Red Green Blue C M Y K H S L
Decimal 210 74 120 0 0.65 0.43 0.18 339.71 0.6 0.56
Hex D2 4A 78 0 41 2B 12 154 3C 38
Octal 322 112 170 0 101 53 22 524 74 70
Binary 11010010 1001010 1111000 0 1000001 101011 10010 101010100 111100 111000

Color Harmonies of #D24A78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A78

Black with #D24A78

Text Example


Text Example

White with #D24A78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A78; }

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

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

background-color css

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

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

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

border-color css

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

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

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