Html Css Color HEX #D64D52 Mandy

📋 copy color: '#D64D52'

red 214 ◦ green 77 ◦ blue 82

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

Shades of Mandy #D64D52

Tints of Mandy #D64D52

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.64%

 BLUE value IS 82 (32.42% from 255) = 21.98%

R = 57.37%
G = 20.64%
B = 21.98%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D64D52 (or 0xD64D52) is known color: Mandy. HEX triplet: D6, 4D and 52. RGB value is (214,77,82). Sum of RGB (Red+Green+Blue) = 214+77+82=373 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.37% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 82 (32.42% from 255 or 21.98% from 373); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D64D52 is #29B2AD. Grayscale: #767676. Windows color (decimal): -2732718 or 5393878. OLE color: 5393878.

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

Color convert

RGB 214 77 82 -
CMYK 0 0.64 0.62 0.16
HSL 357.81º 0.63% 0.57% -
HSV(B) 357.81º 0.64% 0.84% -
XYZ 31.91 20.21 10.2 -
YUV 118.53 107.39 196.09 -
System Red Green Blue C M Y K H S L
Decimal 214 77 82 0 0.64 0.62 0.16 357.81 0.63 0.57
Hex D6 4D 52 0 40 3E 10 166 3F 39
Octal 326 115 122 0 100 76 20 546 77 71
Binary 11010110 1001101 1010010 0 1000000 111110 10000 101100110 111111 111001

Color Harmonies of #D64D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D52

Black with #D64D52

Text Example


Text Example

White with #D64D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D52; }

 p { color: rgb(214,77,82); }

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

background-color css

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

 a { background-color: rgb(214,77,82); }

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

border-color css

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

 span { border-color: rgb(214,77,82); }

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