Html Css Color HEX #D24680 Cranberry

📋 copy color: '#D24680'

red 210 ◦ green 70 ◦ blue 128

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

Shades of Cranberry #D24680

Tints of Cranberry #D24680

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.16%

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

R = 51.47%
G = 17.16%
B = 31.37%

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

#D24680 (or 0xD24680) is known color: Cranberry. HEX triplet: D2, 46 and 80. RGB value is (210,70,128). Sum of RGB (Red+Green+Blue) = 210+70+128=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 70 (27.73% from 255 or 17.16% from 408); Blue value is 128 (50.39% from 255 or 31.37% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D24680 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24680 is #2DB97F. Grayscale: #767676. Windows color (decimal): -2996608 or 8406738. OLE color: 8406738.

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

Color convert

RGB 210 70 128 -
CMYK 0 0.67 0.39 0.18
HSL 335.14º 0.61% 0.55% -
HSV(B) 335.14º 0.67% 0.82% -
XYZ 32.66 19.64 22.49 -
YUV 118.47 133.38 193.28 -
System Red Green Blue C M Y K H S L
Decimal 210 70 128 0 0.67 0.39 0.18 335.14 0.61 0.55
Hex D2 46 80 0 43 27 12 14F 3D 37
Octal 322 106 200 0 103 47 22 517 75 67
Binary 11010010 1000110 10000000 0 1000011 100111 10010 101001111 111101 110111

Color Harmonies of #D24680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24680

Black with #D24680

Text Example


Text Example

White with #D24680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24680; }

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

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

background-color css

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

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

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

border-color css

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

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

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