Html Css Color HEX #D24873 Cranberry

📋 copy color: '#D24873'

red 210 ◦ green 72 ◦ blue 115

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

Shades of Cranberry #D24873

Tints of Cranberry #D24873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 28.97%

R = 52.9%
G = 18.14%
B = 28.97%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D24873 (or 0xD24873) is known color: Cranberry. HEX triplet: D2, 48 and 73. RGB value is (210,72,115). Sum of RGB (Red+Green+Blue) = 210+72+115=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 115 (45.31% from 255 or 28.97% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D24873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24873 is #2DB78C. Grayscale: #767676. Windows color (decimal): -2996109 or 7555282. OLE color: 7555282.

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

Color convert

RGB 210 72 115 -
CMYK 0 0.66 0.45 0.18
HSL 341.3º 0.61% 0.55% -
HSV(B) 341.3º 0.66% 0.82% -
XYZ 31.99 19.57 18.31 -
YUV 118.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 210 72 115 0 0.66 0.45 0.18 341.3 0.61 0.55
Hex D2 48 73 0 42 2D 12 155 3D 37
Octal 322 110 163 0 102 55 22 525 75 67
Binary 11010010 1001000 1110011 0 1000010 101101 10010 101010101 111101 110111

Color Harmonies of #D24873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24873

Black with #D24873

Text Example


Text Example

White with #D24873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24873; }

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

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

background-color css

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

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

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

border-color css

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

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

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