Html Css Color HEX #D64259 Mandy

📋 copy color: '#D64259'

red 214 ◦ green 66 ◦ blue 89

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

Shades of Mandy #D64259

Tints of Mandy #D64259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 24.12%

R = 57.99%
G = 17.89%
B = 24.12%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D64259 (or 0xD64259) is known color: Mandy. HEX triplet: D6, 42 and 59. RGB value is (214,66,89). Sum of RGB (Red+Green+Blue) = 214+66+89=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 89 (35.16% from 255 or 24.12% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D64259 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64259 is #29BDA6. Grayscale: #707070. Windows color (decimal): -2735527 or 5849814. OLE color: 5849814.

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

Color convert

RGB 214 66 89 -
CMYK 0 0.69 0.58 0.16
HSL 350.68º 0.64% 0.55% -
HSV(B) 350.68º 0.69% 0.84% -
XYZ 31.48 18.91 11.44 -
YUV 112.87 114.53 200.13 -
System Red Green Blue C M Y K H S L
Decimal 214 66 89 0 0.69 0.58 0.16 350.68 0.64 0.55
Hex D6 42 59 0 45 3A 10 15F 40 37
Octal 326 102 131 0 105 72 20 537 100 67
Binary 11010110 1000010 1011001 0 1000101 111010 10000 101011111 1000000 110111

Color Harmonies of #D64259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64259

Black with #D64259

Text Example


Text Example

White with #D64259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64259; }

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

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

background-color css

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

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

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

border-color css

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

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

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