Html Css Color HEX #D64E5C Mandy

📋 copy color: '#D64E5C'

red 214 ◦ green 78 ◦ blue 92

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

Shades of Mandy #D64E5C

Tints of Mandy #D64E5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23.96%

R = 55.73%
G = 20.31%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D64E5C (or 0xD64E5C) is known color: Mandy. HEX triplet: D6, 4E and 5C. RGB value is (214,78,92). Sum of RGB (Red+Green+Blue) = 214+78+92=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 92 (36.33% from 255 or 23.96% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D64E5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64E5C is #29B1A3. Grayscale: #787878. Windows color (decimal): -2732452 or 6049494. OLE color: 6049494.

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

Color convert

RGB 214 78 92 -
CMYK 0 0.64 0.57 0.16
HSL 353.82º 0.62% 0.57% -
HSV(B) 353.82º 0.64% 0.84% -
XYZ 32.39 20.52 12.38 -
YUV 120.26 112.06 194.86 -
System Red Green Blue C M Y K H S L
Decimal 214 78 92 0 0.64 0.57 0.16 353.82 0.62 0.57
Hex D6 4E 5C 0 40 39 10 162 3E 39
Octal 326 116 134 0 100 71 20 542 76 71
Binary 11010110 1001110 1011100 0 1000000 111001 10000 101100010 111110 111001

Color Harmonies of #D64E5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64E5C

Black with #D64E5C

Text Example


Text Example

White with #D64E5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64E5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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