Html Css Color HEX #D64C5D Mandy

📋 copy color: '#D64C5D'

red 214 ◦ green 76 ◦ blue 93

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

Shades of Mandy #D64C5D

Tints of Mandy #D64C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.84%

 BLUE value IS 93 (36.72% from 255) = 24.28%

R = 55.87%
G = 19.84%
B = 24.28%

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

#D64C5D (or 0xD64C5D) is known color: Mandy. HEX triplet: D6, 4C and 5D. RGB value is (214,76,93). Sum of RGB (Red+Green+Blue) = 214+76+93=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 93 (36.72% from 255 or 24.28% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C5D is #29B3A2. Grayscale: #777777. Windows color (decimal): -2732963 or 6114518. OLE color: 6114518.

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

Color convert

RGB 214 76 93 -
CMYK 0 0.64 0.57 0.16
HSL 352.61º 0.63% 0.57% -
HSV(B) 352.61º 0.64% 0.84% -
XYZ 32.29 20.26 12.56 -
YUV 119.2 113.22 195.62 -
System Red Green Blue C M Y K H S L
Decimal 214 76 93 0 0.64 0.57 0.16 352.61 0.63 0.57
Hex D6 4C 5D 0 40 39 10 161 3F 39
Octal 326 114 135 0 100 71 20 541 77 71
Binary 11010110 1001100 1011101 0 1000000 111001 10000 101100001 111111 111001

Color Harmonies of #D64C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C5D

Black with #D64C5D

Text Example


Text Example

White with #D64C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C5D; }

 p { color: rgb(214,76,93); }

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

background-color css

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

 a { background-color: rgb(214,76,93); }

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

border-color css

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

 span { border-color: rgb(214,76,93); }

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