Html Css Color HEX #D64359 Mandy

📋 copy color: '#D64359'

red 214 ◦ green 67 ◦ blue 89

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

Shades of Mandy #D64359

Tints of Mandy #D64359

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.11%

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

R = 57.84%
G = 18.11%
B = 24.05%

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

#D64359 (or 0xD64359) is known color: Mandy. HEX triplet: D6, 43 and 59. RGB value is (214,67,89). Sum of RGB (Red+Green+Blue) = 214+67+89=370 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.84% from 370); Green value is 67 (26.56% from 255 or 18.11% from 370); Blue value is 89 (35.16% from 255 or 24.05% from 370); Max value from RGB is 214 - color contains mainly: red. Hex color #D64359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64359 is #29BCA6. Grayscale: #717171. Windows color (decimal): -2735271 or 5850070. OLE color: 5850070.

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

Color convert

RGB 214 67 89 -
CMYK 0 0.69 0.58 0.16
HSL 351.02º 0.64% 0.55% -
HSV(B) 351.02º 0.69% 0.84% -
XYZ 31.54 19.03 11.46 -
YUV 113.46 114.2 199.71 -
System Red Green Blue C M Y K H S L
Decimal 214 67 89 0 0.69 0.58 0.16 351.02 0.64 0.55
Hex D6 43 59 0 45 3A 10 15F 40 37
Octal 326 103 131 0 105 72 20 537 100 67
Binary 11010110 1000011 1011001 0 1000101 111010 10000 101011111 1000000 110111

Color Harmonies of #D64359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64359

Black with #D64359

Text Example


Text Example

White with #D64359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64359; }

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

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

background-color css

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

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

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

border-color css

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

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

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