Html Css Color HEX #D5404B Mandy

📋 copy color: '#D5404B'

red 213 ◦ green 64 ◦ blue 75

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

Shades of Mandy #D5404B

Tints of Mandy #D5404B

RGB

 RED value IS 213 (83.59% from 255) = 60.51%

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

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

R = 60.51%
G = 18.18%
B = 21.31%

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

#D5404B (or 0xD5404B) is known color: Mandy. HEX triplet: D5, 40 and 4B. RGB value is (213,64,75). Sum of RGB (Red+Green+Blue) = 213+64+75=352 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.51% from 352); Green value is 64 (25.39% from 255 or 18.18% from 352); Blue value is 75 (29.69% from 255 or 21.31% from 352); Max value from RGB is 213 - color contains mainly: red. Hex color #D5404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5404B is #2ABFB4. Grayscale: #6D6D6D. Windows color (decimal): -2801589 or 4931797. OLE color: 4931797.

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

Color convert

RGB 213 64 75 -
CMYK 0 0.70 0.65 0.16
HSL 355.57º 0.64% 0.54% -
HSV(B) 355.57º 0.7% 0.84% -
XYZ 30.54 18.32 8.58 -
YUV 109.81 108.36 201.61 -
System Red Green Blue C M Y K H S L
Decimal 213 64 75 0 0.70 0.65 0.16 355.57 0.64 0.54
Hex D5 40 4B 0 46 41 10 164 40 36
Octal 325 100 113 0 106 101 20 544 100 66
Binary 11010101 1000000 1001011 0 1000110 1000001 10000 101100100 1000000 110110

Color Harmonies of #D5404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5404B

Black with #D5404B

Text Example


Text Example

White with #D5404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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