Html Css Color HEX #D64C5C Mandy

📋 copy color: '#D64C5C'

red 214 ◦ green 76 ◦ blue 92

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

Shades of Mandy #D64C5C

Tints of Mandy #D64C5C

RGB

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

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

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

R = 56.02%
G = 19.9%
B = 24.08%

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

#D64C5C (or 0xD64C5C) is known color: Mandy. HEX triplet: D6, 4C and 5C. RGB value is (214,76,92). Sum of RGB (Red+Green+Blue) = 214+76+92=382 (50% of max value = 765). Red value is 214 (83.98% from 255 or 56.02% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64C5C is #29B3A3. Grayscale: #777777. Windows color (decimal): -2732964 or 6048982. OLE color: 6048982.

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

Color convert

RGB 214 76 92 -
CMYK 0 0.64 0.57 0.16
HSL 353.04º 0.63% 0.57% -
HSV(B) 353.04º 0.64% 0.84% -
XYZ 32.25 20.24 12.33 -
YUV 119.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 214 76 92 0 0.64 0.57 0.16 353.04 0.63 0.57
Hex D6 4C 5C 0 40 39 10 161 3F 39
Octal 326 114 134 0 100 71 20 541 77 71
Binary 11010110 1001100 1011100 0 1000000 111001 10000 101100001 111111 111001

Color Harmonies of #D64C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C5C

Black with #D64C5C

Text Example


Text Example

White with #D64C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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