Html Css Color HEX #D66F80 Charm

📋 copy color: '#D66F80'

red 214 ◦ green 111 ◦ blue 128

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

Shades of Charm #D66F80

Tints of Charm #D66F80

RGB

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

 GREEN value IS 111 (43.75% from 255) = 24.5%

 BLUE value IS 128 (50.39% from 255) = 28.26%

R = 47.24%
G = 24.5%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.40

 K value IS 0.16

RGB Variations

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

Color information

#D66F80 (or 0xD66F80) is known color: Charm. HEX triplet: D6, 6F and 80. RGB value is (214,111,128). Sum of RGB (Red+Green+Blue) = 214+111+128=453 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.24% from 453); Green value is 111 (43.75% from 255 or 24.50% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F80 is #29907F. Grayscale: #8F8F8F. Windows color (decimal): -2723968 or 8417238. OLE color: 8417238.

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

Color convert

RGB 214 111 128 -
CMYK 0 0.48 0.40 0.16
HSL 350.1º 0.56% 0.64% -
HSV(B) 350.1º 0.48% 0.84% -
XYZ 37.31 27.22 23.71 -
YUV 143.74 119.12 178.12 -
System Red Green Blue C M Y K H S L
Decimal 214 111 128 0 0.48 0.40 0.16 350.1 0.56 0.64
Hex D6 6F 80 0 30 28 10 15E 38 40
Octal 326 157 200 0 60 50 20 536 70 100
Binary 11010110 1101111 10000000 0 110000 101000 10000 101011110 111000 1000000

Color Harmonies of #D66F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F80

Black with #D66F80

Text Example


Text Example

White with #D66F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F80; }

 p { color: rgb(214,111,128); }

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

background-color css

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

 a { background-color: rgb(214,111,128); }

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

border-color css

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

 span { border-color: rgb(214,111,128); }

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