Html Css Color HEX #D24982 Cranberry

📋 copy color: '#D24982'

red 210 ◦ green 73 ◦ blue 130

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

Shades of Cranberry #D24982

Tints of Cranberry #D24982

RGB

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

 GREEN value IS 73 (28.91% from 255) = 17.68%

 BLUE value IS 130 (51.17% from 255) = 31.48%

R = 50.85%
G = 17.68%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D24982 (or 0xD24982) is known color: Cranberry. HEX triplet: D2, 49 and 82. RGB value is (210,73,130). Sum of RGB (Red+Green+Blue) = 210+73+130=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 73 (28.91% from 255 or 17.68% from 413); Blue value is 130 (51.17% from 255 or 31.48% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D24982 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24982 is #2DB67D. Grayscale: #787878. Windows color (decimal): -2995838 or 8538578. OLE color: 8538578.

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

Color convert

RGB 210 73 130 -
CMYK 0 0.65 0.38 0.18
HSL 335.04º 0.6% 0.55% -
HSV(B) 335.04º 0.65% 0.82% -
XYZ 32.99 20.08 23.26 -
YUV 120.46 133.39 191.87 -
System Red Green Blue C M Y K H S L
Decimal 210 73 130 0 0.65 0.38 0.18 335.04 0.6 0.55
Hex D2 49 82 0 41 26 12 14F 3C 37
Octal 322 111 202 0 101 46 22 517 74 67
Binary 11010010 1001001 10000010 0 1000001 100110 10010 101001111 111100 110111

Color Harmonies of #D24982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24982

Black with #D24982

Text Example


Text Example

White with #D24982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24982; }

 p { color: rgb(210,73,130); }

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

background-color css

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

 a { background-color: rgb(210,73,130); }

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

border-color css

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

 span { border-color: rgb(210,73,130); }

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