Html Css Color HEX #D7404C Mandy

📋 copy color: '#D7404C'

red 215 ◦ green 64 ◦ blue 76

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

Shades of Mandy #D7404C

Tints of Mandy #D7404C

RGB

 RED value IS 215 (84.38% from 255) = 60.56%

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

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

R = 60.56%
G = 18.03%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D7404C (or 0xD7404C) is known color: Mandy. HEX triplet: D7, 40 and 4C. RGB value is (215,64,76). Sum of RGB (Red+Green+Blue) = 215+64+76=355 (47% of max value = 765). Red value is 215 (84.38% from 255 or 60.56% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 76 (30.08% from 255 or 21.41% from 355); Max value from RGB is 215 - color contains mainly: red. Hex color #D7404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7404C is #28BFB3. Grayscale: #6E6E6E. Windows color (decimal): -2670516 or 4997335. OLE color: 4997335.

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

Color convert

RGB 215 64 76 -
CMYK 0 0.70 0.65 0.16
HSL 355.23º 0.65% 0.55% -
HSV(B) 355.23º 0.7% 0.84% -
XYZ 31.16 18.64 8.79 -
YUV 110.52 108.53 202.52 -
System Red Green Blue C M Y K H S L
Decimal 215 64 76 0 0.70 0.65 0.16 355.23 0.65 0.55
Hex D7 40 4C 0 46 41 10 163 41 37
Octal 327 100 114 0 106 101 20 543 101 67
Binary 11010111 1000000 1001100 0 1000110 1000001 10000 101100011 1000001 110111

Color Harmonies of #D7404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7404C

Black with #D7404C

Text Example


Text Example

White with #D7404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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