Html Css Color HEX #D64358 Mandy

📋 copy color: '#D64358'

red 214 ◦ green 67 ◦ blue 88

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

Shades of Mandy #D64358

Tints of Mandy #D64358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.85%

R = 57.99%
G = 18.16%
B = 23.85%

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

#D64358 (or 0xD64358) is known color: Mandy. HEX triplet: D6, 43 and 58. RGB value is (214,67,88). Sum of RGB (Red+Green+Blue) = 214+67+88=369 (48% of max value = 765). Red value is 214 (83.98% from 255 or 57.99% from 369); Green value is 67 (26.56% from 255 or 18.16% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 214 - color contains mainly: red. Hex color #D64358 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D64358 is #29BCA7. Grayscale: #717171. Windows color (decimal): -2735272 or 5784534. OLE color: 5784534.

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

Color convert

RGB 214 67 88 -
CMYK 0 0.69 0.59 0.16
HSL 351.43º 0.64% 0.55% -
HSV(B) 351.43º 0.69% 0.84% -
XYZ 31.5 19.02 11.24 -
YUV 113.35 113.7 199.79 -
System Red Green Blue C M Y K H S L
Decimal 214 67 88 0 0.69 0.59 0.16 351.43 0.64 0.55
Hex D6 43 58 0 45 3B 10 15F 40 37
Octal 326 103 130 0 105 73 20 537 100 67
Binary 11010110 1000011 1011000 0 1000101 111011 10000 101011111 1000000 110111

Color Harmonies of #D64358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64358

Black with #D64358

Text Example


Text Example

White with #D64358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64358; }

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

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

background-color css

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

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

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

border-color css

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

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

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