Html Css Color HEX #D64E5E Mandy

📋 copy color: '#D64E5E'

red 214 ◦ green 78 ◦ blue 94

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

Shades of Mandy #D64E5E

Tints of Mandy #D64E5E

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20.21%

 BLUE value IS 94 (37.11% from 255) = 24.35%

R = 55.44%
G = 20.21%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D64E5E (or 0xD64E5E) is known color: Mandy. HEX triplet: D6, 4E and 5E. RGB value is (214,78,94). Sum of RGB (Red+Green+Blue) = 214+78+94=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 94 (37.11% from 255 or 24.35% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E5E is #29B1A1. Grayscale: #787878. Windows color (decimal): -2732450 or 6180566. OLE color: 6180566.

HSL color Cylindrical-coordinate representation of color #D64E5E: hue angle of 352.94º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D64E5E is Cyan = 0, Magento = 0.64, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 78 94 -
CMYK 0 0.64 0.56 0.16
HSL 352.94º 0.62% 0.57% -
HSV(B) 352.94º 0.64% 0.84% -
XYZ 32.48 20.55 12.85 -
YUV 120.49 113.06 194.7 -
System Red Green Blue C M Y K H S L
Decimal 214 78 94 0 0.64 0.56 0.16 352.94 0.62 0.57
Hex D6 4E 5E 0 40 38 10 161 3E 39
Octal 326 116 136 0 100 70 20 541 76 71
Binary 11010110 1001110 1011110 0 1000000 111000 10000 101100001 111110 111001

Color Harmonies of #D64E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E5E

Black with #D64E5E

Text Example


Text Example

White with #D64E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E5E; }

 p { color: rgb(214,78,94); }

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

background-color css

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

 a { background-color: rgb(214,78,94); }

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

border-color css

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

 span { border-color: rgb(214,78,94); }

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