Html Css Color HEX #D64B52 Mandy

📋 copy color: '#D64B52'

red 214 ◦ green 75 ◦ blue 82

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

Shades of Mandy #D64B52

Tints of Mandy #D64B52

RGB

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

 GREEN value IS 75 (29.69% from 255) = 20.22%

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

R = 57.68%
G = 20.22%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D64B52 (or 0xD64B52) is known color: Mandy. HEX triplet: D6, 4B and 52. RGB value is (214,75,82). Sum of RGB (Red+Green+Blue) = 214+75+82=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 82 (32.42% from 255 or 22.10% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B52 is #29B4AD. Grayscale: #757575. Windows color (decimal): -2733230 or 5393366. OLE color: 5393366.

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

Color convert

RGB 214 75 82 -
CMYK 0 0.65 0.62 0.16
HSL 356.98º 0.63% 0.57% -
HSV(B) 356.98º 0.65% 0.84% -
XYZ 31.77 19.94 10.16 -
YUV 117.36 108.05 196.93 -
System Red Green Blue C M Y K H S L
Decimal 214 75 82 0 0.65 0.62 0.16 356.98 0.63 0.57
Hex D6 4B 52 0 41 3E 10 165 3F 39
Octal 326 113 122 0 101 76 20 545 77 71
Binary 11010110 1001011 1010010 0 1000001 111110 10000 101100101 111111 111001

Color Harmonies of #D64B52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B52

Black with #D64B52

Text Example


Text Example

White with #D64B52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B52; }

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

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

background-color css

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

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

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

border-color css

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

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

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