Html Css Color HEX #D65A5E Mandy

📋 copy color: '#D65A5E'

red 214 ◦ green 90 ◦ blue 94

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

Shades of Mandy #D65A5E

Tints of Mandy #D65A5E

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.61%

 BLUE value IS 94 (37.11% from 255) = 23.62%

R = 53.77%
G = 22.61%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D65A5E (or 0xD65A5E) is known color: Mandy. HEX triplet: D6, 5A and 5E. RGB value is (214,90,94). Sum of RGB (Red+Green+Blue) = 214+90+94=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 94 (37.11% from 255 or 23.62% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A5E is #29A5A1. Grayscale: #7F7F7F. Windows color (decimal): -2729378 or 6183638. OLE color: 6183638.

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

Color convert

RGB 214 90 94 -
CMYK 0 0.58 0.56 0.16
HSL 358.06º 0.6% 0.6% -
HSV(B) 358.06º 0.58% 0.84% -
XYZ 33.41 22.42 13.16 -
YUV 127.53 109.08 189.67 -
System Red Green Blue C M Y K H S L
Decimal 214 90 94 0 0.58 0.56 0.16 358.06 0.6 0.6
Hex D6 5A 5E 0 3A 38 10 166 3C 3C
Octal 326 132 136 0 72 70 20 546 74 74
Binary 11010110 1011010 1011110 0 111010 111000 10000 101100110 111100 111100

Color Harmonies of #D65A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A5E

Black with #D65A5E

Text Example


Text Example

White with #D65A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A5E; }

 p { color: rgb(214,90,94); }

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

background-color css

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

 a { background-color: rgb(214,90,94); }

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

border-color css

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

 span { border-color: rgb(214,90,94); }

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