Html Css Color HEX #D65359 Mandy

📋 copy color: '#D65359'

red 214 ◦ green 83 ◦ blue 89

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

Shades of Mandy #D65359

Tints of Mandy #D65359

RGB

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

 GREEN value IS 83 (32.81% from 255) = 21.5%

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

R = 55.44%
G = 21.5%
B = 23.06%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D65359 (or 0xD65359) is known color: Mandy. HEX triplet: D6, 53 and 59. RGB value is (214,83,89). Sum of RGB (Red+Green+Blue) = 214+83+89=386 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.44% from 386); Green value is 83 (32.81% from 255 or 21.50% from 386); Blue value is 89 (35.16% from 255 or 23.06% from 386); Max value from RGB is 214 - color contains mainly: red. Hex color #D65359 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65359 is #29ACA6. Grayscale: #7A7A7A. Windows color (decimal): -2731175 or 5854166. OLE color: 5854166.

HSL color Cylindrical-coordinate representation of color #D65359: hue angle of 357.25º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D65359 is Cyan = 0, Magento = 0.61, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 83 89 -
CMYK 0 0.61 0.58 0.16
HSL 357.25º 0.62% 0.58% -
HSV(B) 357.25º 0.61% 0.84% -
XYZ 32.63 21.2 11.82 -
YUV 122.85 108.9 193.01 -
System Red Green Blue C M Y K H S L
Decimal 214 83 89 0 0.61 0.58 0.16 357.25 0.62 0.58
Hex D6 53 59 0 3D 3A 10 165 3E 3A
Octal 326 123 131 0 75 72 20 545 76 72
Binary 11010110 1010011 1011001 0 111101 111010 10000 101100101 111110 111010

Color Harmonies of #D65359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65359

Black with #D65359

Text Example


Text Example

White with #D65359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65359; }

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

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

background-color css

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

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

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

border-color css

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

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

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