Html Css Color HEX #D66F81 Charm

📋 copy color: '#D66F81'

red 214 ◦ green 111 ◦ blue 129

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

Shades of Charm #D66F81

Tints of Charm #D66F81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 28.41%

R = 47.14%
G = 24.45%
B = 28.41%

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

#D66F81 (or 0xD66F81) is known color: Charm. HEX triplet: D6, 6F and 81. RGB value is (214,111,129). Sum of RGB (Red+Green+Blue) = 214+111+129=454 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.14% from 454); Green value is 111 (43.75% from 255 or 24.45% from 454); Blue value is 129 (50.78% from 255 or 28.41% from 454); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F81 is #29907E. Grayscale: #8F8F8F. Windows color (decimal): -2723967 or 8482774. OLE color: 8482774.

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

Color convert

RGB 214 111 129 -
CMYK 0 0.48 0.40 0.16
HSL 349.51º 0.56% 0.64% -
HSV(B) 349.51º 0.48% 0.84% -
XYZ 37.38 27.25 24.06 -
YUV 143.85 119.62 178.04 -
System Red Green Blue C M Y K H S L
Decimal 214 111 129 0 0.48 0.40 0.16 349.51 0.56 0.64
Hex D6 6F 81 0 30 28 10 15E 38 40
Octal 326 157 201 0 60 50 20 536 70 100
Binary 11010110 1101111 10000001 0 110000 101000 10000 101011110 111000 1000000

Color Harmonies of #D66F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F81

Black with #D66F81

Text Example


Text Example

White with #D66F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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