Html Css Color HEX #D24475 Cranberry

📋 copy color: '#D24475'

red 210 ◦ green 68 ◦ blue 117

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

Shades of Cranberry #D24475

Tints of Cranberry #D24475

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.22%

 BLUE value IS 117 (46.09% from 255) = 29.62%

R = 53.16%
G = 17.22%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24475 (or 0xD24475) is known color: Cranberry. HEX triplet: D2, 44 and 75. RGB value is (210,68,117). Sum of RGB (Red+Green+Blue) = 210+68+117=395 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.16% from 395); Green value is 68 (26.95% from 255 or 17.22% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 210 - color contains mainly: red. Hex color #D24475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24475 is #2DBB8A. Grayscale: #737373. Windows color (decimal): -2997131 or 7685330. OLE color: 7685330.

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

Color convert

RGB 210 68 117 -
CMYK 0 0.68 0.44 0.18
HSL 339.3º 0.61% 0.55% -
HSV(B) 339.3º 0.68% 0.82% -
XYZ 31.86 19.12 18.84 -
YUV 116.04 128.54 195.02 -
System Red Green Blue C M Y K H S L
Decimal 210 68 117 0 0.68 0.44 0.18 339.3 0.61 0.55
Hex D2 44 75 0 44 2C 12 153 3D 37
Octal 322 104 165 0 104 54 22 523 75 67
Binary 11010010 1000100 1110101 0 1000100 101100 10010 101010011 111101 110111

Color Harmonies of #D24475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24475

Black with #D24475

Text Example


Text Example

White with #D24475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24475; }

 p { color: rgb(210,68,117); }

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

background-color css

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

 a { background-color: rgb(210,68,117); }

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

border-color css

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

 span { border-color: rgb(210,68,117); }

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