Html Css Color HEX #D24C81 Cranberry

📋 copy color: '#D24C81'

red 210 ◦ green 76 ◦ blue 129

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

Shades of Cranberry #D24C81

Tints of Cranberry #D24C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 31.08%

R = 50.6%
G = 18.31%
B = 31.08%

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

#D24C81 (or 0xD24C81) is known color: Cranberry. HEX triplet: D2, 4C and 81. RGB value is (210,76,129). Sum of RGB (Red+Green+Blue) = 210+76+129=415 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.60% from 415); Green value is 76 (30.08% from 255 or 18.31% from 415); Blue value is 129 (50.78% from 255 or 31.08% from 415); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D24C81 is #2DB37E. Grayscale: #7A7A7A. Windows color (decimal): -2995071 or 8473810. OLE color: 8473810.

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

Color convert

RGB 210 76 129 -
CMYK 0 0.64 0.39 0.18
HSL 336.27º 0.6% 0.56% -
HSV(B) 336.27º 0.64% 0.82% -
XYZ 33.13 20.46 22.97 -
YUV 122.11 131.89 190.69 -
System Red Green Blue C M Y K H S L
Decimal 210 76 129 0 0.64 0.39 0.18 336.27 0.6 0.56
Hex D2 4C 81 0 40 27 12 150 3C 38
Octal 322 114 201 0 100 47 22 520 74 70
Binary 11010010 1001100 10000001 0 1000000 100111 10010 101010000 111100 111000

Color Harmonies of #D24C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C81

Black with #D24C81

Text Example


Text Example

White with #D24C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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