Html Css Color HEX #D24A76 Cranberry

📋 copy color: '#D24A76'

red 210 ◦ green 74 ◦ blue 118

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

Shades of Cranberry #D24A76

Tints of Cranberry #D24A76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 29.35%

R = 52.24%
G = 18.41%
B = 29.35%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24A76 (or 0xD24A76) is known color: Cranberry. HEX triplet: D2, 4A and 76. RGB value is (210,74,118). Sum of RGB (Red+Green+Blue) = 210+74+118=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 118 (46.48% from 255 or 29.35% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A76 is #2DB589. Grayscale: #777777. Windows color (decimal): -2995594 or 7752402. OLE color: 7752402.

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

Color convert

RGB 210 74 118 -
CMYK 0 0.65 0.44 0.18
HSL 340.59º 0.6% 0.56% -
HSV(B) 340.59º 0.65% 0.82% -
XYZ 32.3 19.91 19.28 -
YUV 119.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 210 74 118 0 0.65 0.44 0.18 340.59 0.6 0.56
Hex D2 4A 76 0 41 2C 12 155 3C 38
Octal 322 112 166 0 101 54 22 525 74 70
Binary 11010010 1001010 1110110 0 1000001 101100 10010 101010101 111100 111000

Color Harmonies of #D24A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A76

Black with #D24A76

Text Example


Text Example

White with #D24A76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A76; }

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

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

background-color css

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

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

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

border-color css

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

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

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