Html Css Color HEX #D64752 Mandy

📋 copy color: '#D64752'

red 214 ◦ green 71 ◦ blue 82

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

Shades of Mandy #D64752

Tints of Mandy #D64752

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.35%

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

R = 58.31%
G = 19.35%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D64752 (or 0xD64752) is known color: Mandy. HEX triplet: D6, 47 and 52. RGB value is (214,71,82). Sum of RGB (Red+Green+Blue) = 214+71+82=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 82 (32.42% from 255 or 22.34% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D64752 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64752 is #29B8AD. Grayscale: #737373. Windows color (decimal): -2734254 or 5392342. OLE color: 5392342.

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

Color convert

RGB 214 71 82 -
CMYK 0 0.67 0.62 0.16
HSL 355.38º 0.64% 0.56% -
HSV(B) 355.38º 0.67% 0.84% -
XYZ 31.51 19.41 10.07 -
YUV 115.01 109.38 198.61 -
System Red Green Blue C M Y K H S L
Decimal 214 71 82 0 0.67 0.62 0.16 355.38 0.64 0.56
Hex D6 47 52 0 43 3E 10 163 40 38
Octal 326 107 122 0 103 76 20 543 100 70
Binary 11010110 1000111 1010010 0 1000011 111110 10000 101100011 1000000 111000

Color Harmonies of #D64752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64752

Black with #D64752

Text Example


Text Example

White with #D64752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64752; }

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

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

background-color css

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

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

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

border-color css

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

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

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