Html Css Color HEX #D24874 Cranberry

📋 copy color: '#D24874'

red 210 ◦ green 72 ◦ blue 116

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

Shades of Cranberry #D24874

Tints of Cranberry #D24874

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 29.15%

R = 52.76%
G = 18.09%
B = 29.15%

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

#D24874 (or 0xD24874) is known color: Cranberry. HEX triplet: D2, 48 and 74. RGB value is (210,72,116). Sum of RGB (Red+Green+Blue) = 210+72+116=398 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.76% from 398); Green value is 72 (28.52% from 255 or 18.09% from 398); Blue value is 116 (45.70% from 255 or 29.15% from 398); Max value from RGB is 210 - color contains mainly: red. Hex color #D24874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24874 is #2DB78B. Grayscale: #767676. Windows color (decimal): -2996108 or 7620818. OLE color: 7620818.

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

Color convert

RGB 210 72 116 -
CMYK 0 0.66 0.45 0.18
HSL 340.87º 0.61% 0.55% -
HSV(B) 340.87º 0.66% 0.82% -
XYZ 32.05 19.6 18.62 -
YUV 118.28 126.72 193.42 -
System Red Green Blue C M Y K H S L
Decimal 210 72 116 0 0.66 0.45 0.18 340.87 0.61 0.55
Hex D2 48 74 0 42 2D 12 155 3D 37
Octal 322 110 164 0 102 55 22 525 75 67
Binary 11010010 1001000 1110100 0 1000010 101101 10010 101010101 111101 110111

Color Harmonies of #D24874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24874

Black with #D24874

Text Example


Text Example

White with #D24874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24874; }

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

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

background-color css

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

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

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

border-color css

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

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

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