Html Css Color HEX #D24580 Cranberry

📋 copy color: '#D24580'

red 210 ◦ green 69 ◦ blue 128

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

Shades of Cranberry #D24580

Tints of Cranberry #D24580

RGB

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

 GREEN value IS 69 (27.34% from 255) = 16.95%

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

R = 51.6%
G = 16.95%
B = 31.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.39

 K value IS 0.18

RGB Variations

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

Color information

#D24580 (or 0xD24580) is known color: Cranberry. HEX triplet: D2, 45 and 80. RGB value is (210,69,128). Sum of RGB (Red+Green+Blue) = 210+69+128=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 69 (27.34% from 255 or 16.95% from 407); Blue value is 128 (50.39% from 255 or 31.45% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D24580 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24580 is #2DBA7F. Grayscale: #757575. Windows color (decimal): -2996864 or 8406482. OLE color: 8406482.

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

Color convert

RGB 210 69 128 -
CMYK 0 0.67 0.39 0.18
HSL 334.89º 0.61% 0.55% -
HSV(B) 334.89º 0.67% 0.82% -
XYZ 32.6 19.52 22.47 -
YUV 117.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 210 69 128 0 0.67 0.39 0.18 334.89 0.61 0.55
Hex D2 45 80 0 43 27 12 14F 3D 37
Octal 322 105 200 0 103 47 22 517 75 67
Binary 11010010 1000101 10000000 0 1000011 100111 10010 101001111 111101 110111

Color Harmonies of #D24580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24580

Black with #D24580

Text Example


Text Example

White with #D24580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24580; }

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

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

background-color css

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

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

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

border-color css

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

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

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