Html Css Color HEX #D9404B Mandy

📋 copy color: '#D9404B'

red 217 ◦ green 64 ◦ blue 75

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

Shades of Mandy #D9404B

Tints of Mandy #D9404B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 21.07%

R = 60.96%
G = 17.98%
B = 21.07%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D9404B (or 0xD9404B) is known color: Mandy. HEX triplet: D9, 40 and 4B. RGB value is (217,64,75). Sum of RGB (Red+Green+Blue) = 217+64+75=356 (47% of max value = 765). Red value is 217 (85.16% from 255 or 60.96% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 75 (29.69% from 255 or 21.07% from 356); Max value from RGB is 217 - color contains mainly: red. Hex color #D9404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9404B is #26BFB4. Grayscale: #6F6F6F. Windows color (decimal): -2539445 or 4931801. OLE color: 4931801.

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

Color convert

RGB 217 64 75 -
CMYK 0 0.71 0.65 0.15
HSL 355.69º 0.67% 0.55% -
HSV(B) 355.69º 0.71% 0.85% -
XYZ 31.72 18.93 8.64 -
YUV 111 107.69 203.61 -
System Red Green Blue C M Y K H S L
Decimal 217 64 75 0 0.71 0.65 0.15 355.69 0.67 0.55
Hex D9 40 4B 0 47 41 F 164 43 37
Octal 331 100 113 0 107 101 17 544 103 67
Binary 11011001 1000000 1001011 0 1000111 1000001 1111 101100100 1000011 110111

Color Harmonies of #D9404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9404B

Black with #D9404B

Text Example


Text Example

White with #D9404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9404B; }

 p { color: rgb(217,64,75); }

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

background-color css

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

 a { background-color: rgb(217,64,75); }

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

border-color css

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

 span { border-color: rgb(217,64,75); }

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