Html Css Color HEX #D24C5D Mandy

📋 copy color: '#D24C5D'

red 210 ◦ green 76 ◦ blue 93

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

Shades of Mandy #D24C5D

Tints of Mandy #D24C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.54%

R = 55.41%
G = 20.05%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D24C5D (or 0xD24C5D) is known color: Mandy. HEX triplet: D2, 4C and 5D. RGB value is (210,76,93). Sum of RGB (Red+Green+Blue) = 210+76+93=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D24C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D24C5D is #2DB3A2. Grayscale: #767676. Windows color (decimal): -2995107 or 6114514. OLE color: 6114514.

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

Color convert

RGB 210 76 93 -
CMYK 0 0.64 0.56 0.18
HSL 352.39º 0.6% 0.56% -
HSV(B) 352.39º 0.64% 0.82% -
XYZ 31.14 19.66 12.51 -
YUV 118 113.89 193.62 -
System Red Green Blue C M Y K H S L
Decimal 210 76 93 0 0.64 0.56 0.18 352.39 0.6 0.56
Hex D2 4C 5D 0 40 38 12 160 3C 38
Octal 322 114 135 0 100 70 22 540 74 70
Binary 11010010 1001100 1011101 0 1000000 111000 10010 101100000 111100 111000

Color Harmonies of #D24C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D24C5D

Black with #D24C5D

Text Example


Text Example

White with #D24C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D24C5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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