Html Css Color HEX #D24881 Cranberry

📋 copy color: '#D24881'

red 210 ◦ green 72 ◦ blue 129

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

Shades of Cranberry #D24881

Tints of Cranberry #D24881

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.52%

 BLUE value IS 129 (50.78% from 255) = 31.39%

R = 51.09%
G = 17.52%
B = 31.39%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D24881 (or 0xD24881) is known color: Cranberry. HEX triplet: D2, 48 and 81. RGB value is (210,72,129). Sum of RGB (Red+Green+Blue) = 210+72+129=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 72 (28.52% from 255 or 17.52% from 411); Blue value is 129 (50.78% from 255 or 31.39% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D24881 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24881 is #2DB77E. Grayscale: #777777. Windows color (decimal): -2996095 or 8472786. OLE color: 8472786.

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

Color convert

RGB 210 72 129 -
CMYK 0 0.66 0.39 0.18
HSL 335.22º 0.61% 0.55% -
HSV(B) 335.22º 0.66% 0.82% -
XYZ 32.86 19.92 22.88 -
YUV 119.76 133.22 192.37 -
System Red Green Blue C M Y K H S L
Decimal 210 72 129 0 0.66 0.39 0.18 335.22 0.61 0.55
Hex D2 48 81 0 42 27 12 14F 3D 37
Octal 322 110 201 0 102 47 22 517 75 67
Binary 11010010 1001000 10000001 0 1000010 100111 10010 101001111 111101 110111

Color Harmonies of #D24881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24881

Black with #D24881

Text Example


Text Example

White with #D24881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24881; }

 p { color: rgb(210,72,129); }

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

background-color css

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

 a { background-color: rgb(210,72,129); }

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

border-color css

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

 span { border-color: rgb(210,72,129); }

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