Html Css Color HEX #D24775 Cranberry

📋 copy color: '#D24775'

red 210 ◦ green 71 ◦ blue 117

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

Shades of Cranberry #D24775

Tints of Cranberry #D24775

RGB

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

 GREEN value IS 71 (28.13% from 255) = 17.84%

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

R = 52.76%
G = 17.84%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D24775 (or 0xD24775) is known color: Cranberry. HEX triplet: D2, 47 and 75. RGB value is (210,71,117). Sum of RGB (Red+Green+Blue) = 210+71+117=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 71 (28.12% from 255 or 17.84% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24775 is #2DB88A. Grayscale: #757575. Windows color (decimal): -2996363 or 7686098. OLE color: 7686098.

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

Color convert

RGB 210 71 117 -
CMYK 0 0.66 0.44 0.18
HSL 340.14º 0.61% 0.55% -
HSV(B) 340.14º 0.66% 0.82% -
XYZ 32.04 19.49 18.9 -
YUV 117.81 127.55 193.76 -
System Red Green Blue C M Y K H S L
Decimal 210 71 117 0 0.66 0.44 0.18 340.14 0.61 0.55
Hex D2 47 75 0 42 2C 12 154 3D 37
Octal 322 107 165 0 102 54 22 524 75 67
Binary 11010010 1000111 1110101 0 1000010 101100 10010 101010100 111101 110111

Color Harmonies of #D24775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24775

Black with #D24775

Text Example


Text Example

White with #D24775

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24775; }

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

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

background-color css

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

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

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

border-color css

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

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

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