Html Css Color HEX #D64257 Mandy

📋 copy color: '#D64257'

red 214 ◦ green 66 ◦ blue 87

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

Shades of Mandy #D64257

Tints of Mandy #D64257

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.98%

 BLUE value IS 87 (34.38% from 255) = 23.71%

R = 58.31%
G = 17.98%
B = 23.71%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D64257 (or 0xD64257) is known color: Mandy. HEX triplet: D6, 42 and 57. RGB value is (214,66,87). Sum of RGB (Red+Green+Blue) = 214+66+87=367 (48% of max value = 765). Red value is 214 (83.98% from 255 or 58.31% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 87 (34.38% from 255 or 23.71% from 367); Max value from RGB is 214 - color contains mainly: red. Hex color #D64257 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64257 is #29BDA8. Grayscale: #707070. Windows color (decimal): -2735529 or 5718742. OLE color: 5718742.

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

Color convert

RGB 214 66 87 -
CMYK 0 0.69 0.59 0.16
HSL 351.49º 0.64% 0.55% -
HSV(B) 351.49º 0.69% 0.84% -
XYZ 31.4 18.88 11.01 -
YUV 112.65 113.53 200.29 -
System Red Green Blue C M Y K H S L
Decimal 214 66 87 0 0.69 0.59 0.16 351.49 0.64 0.55
Hex D6 42 57 0 45 3B 10 15F 40 37
Octal 326 102 127 0 105 73 20 537 100 67
Binary 11010110 1000010 1010111 0 1000101 111011 10000 101011111 1000000 110111

Color Harmonies of #D64257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64257

Black with #D64257

Text Example


Text Example

White with #D64257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64257; }

 p { color: rgb(214,66,87); }

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

background-color css

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

 a { background-color: rgb(214,66,87); }

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

border-color css

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

 span { border-color: rgb(214,66,87); }

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