Html Css Color HEX #D2414C Mandy

📋 copy color: '#D2414C'

red 210 ◦ green 65 ◦ blue 76

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

Shades of Mandy #D2414C

Tints of Mandy #D2414C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.52%

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

R = 59.83%
G = 18.52%
B = 21.65%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.18

RGB Variations

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

Color information

#D2414C (or 0xD2414C) is known color: Mandy. HEX triplet: D2, 41 and 4C. RGB value is (210,65,76). Sum of RGB (Red+Green+Blue) = 210+65+76=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 76 (30.08% from 255 or 21.65% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D2414C is #2DBEB3. Grayscale: #6D6D6D. Windows color (decimal): -2997940 or 4997586. OLE color: 4997586.

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

Color convert

RGB 210 65 76 -
CMYK 0 0.69 0.64 0.18
HSL 355.45º 0.62% 0.54% -
HSV(B) 355.45º 0.69% 0.82% -
XYZ 29.77 18 8.74 -
YUV 109.61 109.04 199.61 -
System Red Green Blue C M Y K H S L
Decimal 210 65 76 0 0.69 0.64 0.18 355.45 0.62 0.54
Hex D2 41 4C 0 45 40 12 163 3E 36
Octal 322 101 114 0 105 100 22 543 76 66
Binary 11010010 1000001 1001100 0 1000101 1000000 10010 101100011 111110 110110

Color Harmonies of #D2414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2414C

Black with #D2414C

Text Example


Text Example

White with #D2414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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