Html Css Color HEX #D24A72 Cranberry

📋 copy color: '#D24A72'

red 210 ◦ green 74 ◦ blue 114

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

Shades of Cranberry #D24A72

Tints of Cranberry #D24A72

RGB

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

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

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

R = 52.76%
G = 18.59%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D24A72 (or 0xD24A72) is known color: Cranberry. HEX triplet: D2, 4A and 72. RGB value is (210,74,114). Sum of RGB (Red+Green+Blue) = 210+74+114=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 74 (29.30% from 255 or 18.59% from 398); Blue value is 114 (44.92% from 255 or 28.64% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24A72 is #2DB58D. Grayscale: #777777. Windows color (decimal): -2995598 or 7490258. OLE color: 7490258.

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

Color convert

RGB 210 74 114 -
CMYK 0 0.65 0.46 0.18
HSL 342.35º 0.6% 0.56% -
HSV(B) 342.35º 0.65% 0.82% -
XYZ 32.06 19.81 18.05 -
YUV 119.22 125.06 192.75 -
System Red Green Blue C M Y K H S L
Decimal 210 74 114 0 0.65 0.46 0.18 342.35 0.6 0.56
Hex D2 4A 72 0 41 2E 12 156 3C 38
Octal 322 112 162 0 101 56 22 526 74 70
Binary 11010010 1001010 1110010 0 1000001 101110 10010 101010110 111100 111000

Color Harmonies of #D24A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24A72

Black with #D24A72

Text Example


Text Example

White with #D24A72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24A72; }

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

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

background-color css

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

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

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

border-color css

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

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

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