Html Css Color HEX #D6404B Mandy

📋 copy color: '#D6404B'

red 214 ◦ green 64 ◦ blue 75

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

Shades of Mandy #D6404B

Tints of Mandy #D6404B

RGB

 RED value IS 214 (83.98% from 255) = 60.62%

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

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

R = 60.62%
G = 18.13%
B = 21.25%

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

#D6404B (or 0xD6404B) is known color: Mandy. HEX triplet: D6, 40 and 4B. RGB value is (214,64,75). Sum of RGB (Red+Green+Blue) = 214+64+75=353 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.62% from 353); Green value is 64 (25.39% from 255 or 18.13% from 353); Blue value is 75 (29.69% from 255 or 21.25% from 353); Max value from RGB is 214 - color contains mainly: red. Hex color #D6404B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6404B is #29BFB4. Grayscale: #6E6E6E. Windows color (decimal): -2736053 or 4931798. OLE color: 4931798.

HSL color Cylindrical-coordinate representation of color #D6404B: hue angle of 355.6º 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 #D6404B is Cyan = 0, Magento = 0.70, Yellow = 0.65 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 75 -
CMYK 0 0.70 0.65 0.16
HSL 355.6º 0.65% 0.55% -
HSV(B) 355.6º 0.7% 0.84% -
XYZ 30.83 18.47 8.6 -
YUV 110.1 108.2 202.11 -
System Red Green Blue C M Y K H S L
Decimal 214 64 75 0 0.70 0.65 0.16 355.6 0.65 0.55
Hex D6 40 4B 0 46 41 10 164 41 37
Octal 326 100 113 0 106 101 20 544 101 67
Binary 11010110 1000000 1001011 0 1000110 1000001 10000 101100100 1000001 110111

Color Harmonies of #D6404B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6404B

Black with #D6404B

Text Example


Text Example

White with #D6404B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6404B; }

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

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

background-color css

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

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

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

border-color css

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

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

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