Html Css Color HEX #D24C80 Cranberry

📋 copy color: '#D24C80'

red 210 ◦ green 76 ◦ blue 128

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

Shades of Cranberry #D24C80

Tints of Cranberry #D24C80

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.36%

 BLUE value IS 128 (50.39% from 255) = 30.92%

R = 50.72%
G = 18.36%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D24C80 (or 0xD24C80) is known color: Cranberry. HEX triplet: D2, 4C and 80. RGB value is (210,76,128). Sum of RGB (Red+Green+Blue) = 210+76+128=414 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.72% from 414); Green value is 76 (30.08% from 255 or 18.36% from 414); Blue value is 128 (50.39% from 255 or 30.92% from 414); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C80 is #2DB37F. Grayscale: #797979. Windows color (decimal): -2995072 or 8408274. OLE color: 8408274.

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

Color convert

RGB 210 76 128 -
CMYK 0 0.64 0.39 0.18
HSL 336.72º 0.6% 0.56% -
HSV(B) 336.72º 0.64% 0.82% -
XYZ 33.06 20.43 22.62 -
YUV 121.99 131.39 190.77 -
System Red Green Blue C M Y K H S L
Decimal 210 76 128 0 0.64 0.39 0.18 336.72 0.6 0.56
Hex D2 4C 80 0 40 27 12 151 3C 38
Octal 322 114 200 0 100 47 22 521 74 70
Binary 11010010 1001100 10000000 0 1000000 100111 10010 101010001 111100 111000

Color Harmonies of #D24C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C80

Black with #D24C80

Text Example


Text Example

White with #D24C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C80; }

 p { color: rgb(210,76,128); }

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

background-color css

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

 a { background-color: rgb(210,76,128); }

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

border-color css

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

 span { border-color: rgb(210,76,128); }

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