Html Css Color HEX #D2404C Mandy

📋 copy color: '#D2404C'

red 210 ◦ green 64 ◦ blue 76

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

Shades of Mandy #D2404C

Tints of Mandy #D2404C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.29%

 BLUE value IS 76 (30.08% from 255) = 21.71%

R = 60%
G = 18.29%
B = 21.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2404C (or 0xD2404C) is known color: Mandy. HEX triplet: D2, 40 and 4C. RGB value is (210,64,76). Sum of RGB (Red+Green+Blue) = 210+64+76=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 64 (25.39% from 255 or 18.29% from 350); Blue value is 76 (30.08% from 255 or 21.71% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2404C is #2DBFB3. Grayscale: #6D6D6D. Windows color (decimal): -2998196 or 4997330. OLE color: 4997330.

HSL color Cylindrical-coordinate representation of color #D2404C: hue angle of 355.07º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D2404C is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 64 76 -
CMYK 0 0.70 0.64 0.18
HSL 355.07º 0.62% 0.54% -
HSV(B) 355.07º 0.7% 0.82% -
XYZ 29.72 17.89 8.72 -
YUV 109.02 109.37 200.02 -
System Red Green Blue C M Y K H S L
Decimal 210 64 76 0 0.70 0.64 0.18 355.07 0.62 0.54
Hex D2 40 4C 0 46 40 12 163 3E 36
Octal 322 100 114 0 106 100 22 543 76 66
Binary 11010010 1000000 1001100 0 1000110 1000000 10010 101100011 111110 110110

Color Harmonies of #D2404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2404C

Black with #D2404C

Text Example


Text Example

White with #D2404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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