Html Css Color HEX #D65A66 Mandy

📋 copy color: '#D65A66'

red 214 ◦ green 90 ◦ blue 102

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

Shades of Mandy #D65A66

Tints of Mandy #D65A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 25.12%

R = 52.71%
G = 22.17%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#D65A66 (or 0xD65A66) is known color: Mandy. HEX triplet: D6, 5A and 66. RGB value is (214,90,102). Sum of RGB (Red+Green+Blue) = 214+90+102=406 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.71% from 406); Green value is 90 (35.55% from 255 or 22.17% from 406); Blue value is 102 (40.23% from 255 or 25.12% from 406); Max value from RGB is 214 - color contains mainly: red. Hex color #D65A66 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D65A66 is #29A599. Grayscale: #808080. Windows color (decimal): -2729370 or 6707926. OLE color: 6707926.

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

Color convert

RGB 214 90 102 -
CMYK 0 0.58 0.52 0.16
HSL 354.19º 0.6% 0.6% -
HSV(B) 354.19º 0.58% 0.84% -
XYZ 33.79 22.57 15.15 -
YUV 128.44 113.08 189.02 -
System Red Green Blue C M Y K H S L
Decimal 214 90 102 0 0.58 0.52 0.16 354.19 0.6 0.6
Hex D6 5A 66 0 3A 34 10 162 3C 3C
Octal 326 132 146 0 72 64 20 542 74 74
Binary 11010110 1011010 1100110 0 111010 110100 10000 101100010 111100 111100

Color Harmonies of #D65A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D65A66

Black with #D65A66

Text Example


Text Example

White with #D65A66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D65A66; }

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

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

background-color css

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

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

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

border-color css

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

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

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