Html Css Color HEX #D66F8C Charm

📋 copy color: '#D66F8C'

red 214 ◦ green 111 ◦ blue 140

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

Shades of Charm #D66F8C

Tints of Charm #D66F8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 30.11%

R = 46.02%
G = 23.87%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D66F8C (or 0xD66F8C) is known color: Charm. HEX triplet: D6, 6F and 8C. RGB value is (214,111,140). Sum of RGB (Red+Green+Blue) = 214+111+140=465 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.02% from 465); Green value is 111 (43.75% from 255 or 23.87% from 465); Blue value is 140 (55.08% from 255 or 30.11% from 465); Max value from RGB is 214 - color contains mainly: red. Hex color #D66F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66F8C is #299073. Grayscale: #919191. Windows color (decimal): -2723956 or 9203670. OLE color: 9203670.

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

Color convert

RGB 214 111 140 -
CMYK 0 0.48 0.35 0.16
HSL 343.11º 0.56% 0.64% -
HSV(B) 343.11º 0.48% 0.84% -
XYZ 38.15 27.56 28.12 -
YUV 145.1 125.12 177.14 -
System Red Green Blue C M Y K H S L
Decimal 214 111 140 0 0.48 0.35 0.16 343.11 0.56 0.64
Hex D6 6F 8C 0 30 23 10 157 38 40
Octal 326 157 214 0 60 43 20 527 70 100
Binary 11010110 1101111 10001100 0 110000 100011 10000 101010111 111000 1000000

Color Harmonies of #D66F8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66F8C

Black with #D66F8C

Text Example


Text Example

White with #D66F8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66F8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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