Html Css Color HEX #D9414C Mandy

📋 copy color: '#D9414C'

red 217 ◦ green 65 ◦ blue 76

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

Shades of Mandy #D9414C

Tints of Mandy #D9414C

RGB

 RED value IS 217 (85.16% from 255) = 60.61%

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

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

R = 60.61%
G = 18.16%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9414C (or 0xD9414C) is known color: Mandy. HEX triplet: D9, 41 and 4C. RGB value is (217,65,76). Sum of RGB (Red+Green+Blue) = 217+65+76=358 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.61% from 358); Green value is 65 (25.78% from 255 or 18.16% from 358); Blue value is 76 (30.08% from 255 or 21.23% from 358); Max value from RGB is 217 - color contains mainly: red. Hex color #D9414C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9414C is #26BEB3. Grayscale: #6F6F6F. Windows color (decimal): -2539188 or 4997593. OLE color: 4997593.

HSL color Cylindrical-coordinate representation of color #D9414C: hue angle of 355.66º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D9414C is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 65 76 -
CMYK 0 0.70 0.65 0.15
HSL 355.66º 0.67% 0.55% -
HSV(B) 355.66º 0.7% 0.85% -
XYZ 31.81 19.05 8.84 -
YUV 111.7 107.86 203.11 -
System Red Green Blue C M Y K H S L
Decimal 217 65 76 0 0.70 0.65 0.15 355.66 0.67 0.55
Hex D9 41 4C 0 46 41 F 164 43 37
Octal 331 101 114 0 106 101 17 544 103 67
Binary 11011001 1000001 1001100 0 1000110 1000001 1111 101100100 1000011 110111

Color Harmonies of #D9414C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9414C

Black with #D9414C

Text Example


Text Example

White with #D9414C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9414C; }

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

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

background-color css

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

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

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

border-color css

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

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

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