Html Css Color HEX #D64B51 Mandy

📋 copy color: '#D64B51'

red 214 ◦ green 75 ◦ blue 81

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

Shades of Mandy #D64B51

Tints of Mandy #D64B51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 21.89%

R = 57.84%
G = 20.27%
B = 21.89%

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

#D64B51 (or 0xD64B51) is known color: Mandy. HEX triplet: D6, 4B and 51. RGB value is (214,75,81). Sum of RGB (Red+Green+Blue) = 214+75+81=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 81 (32.03% from 255 or 21.89% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D64B51 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64B51 is #29B4AE. Grayscale: #757575. Windows color (decimal): -2733231 or 5327830. OLE color: 5327830.

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

Color convert

RGB 214 75 81 -
CMYK 0 0.65 0.62 0.16
HSL 357.41º 0.63% 0.57% -
HSV(B) 357.41º 0.65% 0.84% -
XYZ 31.73 19.92 9.96 -
YUV 117.25 107.55 197.01 -
System Red Green Blue C M Y K H S L
Decimal 214 75 81 0 0.65 0.62 0.16 357.41 0.63 0.57
Hex D6 4B 51 0 41 3E 10 165 3F 39
Octal 326 113 121 0 101 76 20 545 77 71
Binary 11010110 1001011 1010001 0 1000001 111110 10000 101100101 111111 111001

Color Harmonies of #D64B51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64B51

Black with #D64B51

Text Example


Text Example

White with #D64B51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64B51; }

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

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

background-color css

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

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

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

border-color css

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

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

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