Html Css Color HEX #D24C83 Cranberry

📋 copy color: '#D24C83'

red 210 ◦ green 76 ◦ blue 131

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

Shades of Cranberry #D24C83

Tints of Cranberry #D24C83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 31.41%

R = 50.36%
G = 18.23%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.18

RGB Variations

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

Color information

#D24C83 (or 0xD24C83) is known color: Cranberry. HEX triplet: D2, 4C and 83. RGB value is (210,76,131). Sum of RGB (Red+Green+Blue) = 210+76+131=417 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.36% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 131 (51.56% from 255 or 31.41% from 417); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C83 is #2DB37C. Grayscale: #7A7A7A. Windows color (decimal): -2995069 or 8604882. OLE color: 8604882.

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

Color convert

RGB 210 76 131 -
CMYK 0 0.64 0.38 0.18
HSL 335.37º 0.6% 0.56% -
HSV(B) 335.37º 0.64% 0.82% -
XYZ 33.26 20.51 23.68 -
YUV 122.34 132.89 190.53 -
System Red Green Blue C M Y K H S L
Decimal 210 76 131 0 0.64 0.38 0.18 335.37 0.6 0.56
Hex D2 4C 83 0 40 26 12 14F 3C 38
Octal 322 114 203 0 100 46 22 517 74 70
Binary 11010010 1001100 10000011 0 1000000 100110 10010 101001111 111100 111000

Color Harmonies of #D24C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C83

Black with #D24C83

Text Example


Text Example

White with #D24C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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