Html Css Color HEX #D66C7E Charm

📋 copy color: '#D66C7E'

red 214 ◦ green 108 ◦ blue 126

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

Shades of Charm #D66C7E

Tints of Charm #D66C7E

RGB

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

 GREEN value IS 108 (42.58% from 255) = 24.11%

 BLUE value IS 126 (49.61% from 255) = 28.13%

R = 47.77%
G = 24.11%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D66C7E (or 0xD66C7E) is known color: Charm. HEX triplet: D6, 6C and 7E. RGB value is (214,108,126). Sum of RGB (Red+Green+Blue) = 214+108+126=448 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.77% from 448); Green value is 108 (42.58% from 255 or 24.11% from 448); Blue value is 126 (49.61% from 255 or 28.12% from 448); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66C7E is #299381. Grayscale: #8D8D8D. Windows color (decimal): -2724738 or 8285398. OLE color: 8285398.

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

Color convert

RGB 214 108 126 -
CMYK 0 0.50 0.41 0.16
HSL 349.81º 0.56% 0.63% -
HSV(B) 349.81º 0.5% 0.84% -
XYZ 36.86 26.53 22.92 -
YUV 141.75 119.12 179.54 -
System Red Green Blue C M Y K H S L
Decimal 214 108 126 0 0.50 0.41 0.16 349.81 0.56 0.63
Hex D6 6C 7E 0 32 29 10 15E 38 3F
Octal 326 154 176 0 62 51 20 536 70 77
Binary 11010110 1101100 1111110 0 110010 101001 10000 101011110 111000 111111

Color Harmonies of #D66C7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C7E

Black with #D66C7E

Text Example


Text Example

White with #D66C7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C7E; }

 p { color: rgb(214,108,126); }

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

background-color css

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

 a { background-color: rgb(214,108,126); }

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

border-color css

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

 span { border-color: rgb(214,108,126); }

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