Html Css Color HEX #D66E7E Charm

📋 copy color: '#D66E7E'

red 214 ◦ green 110 ◦ blue 126

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

Shades of Charm #D66E7E

Tints of Charm #D66E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 24.44%

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

R = 47.56%
G = 24.44%
B = 28%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.41

 K value IS 0.16

RGB Variations

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

Color information

#D66E7E (or 0xD66E7E) is known color: Charm. HEX triplet: D6, 6E and 7E. RGB value is (214,110,126). Sum of RGB (Red+Green+Blue) = 214+110+126=450 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.56% from 450); Green value is 110 (43.36% from 255 or 24.44% from 450); Blue value is 126 (49.61% from 255 or 28% from 450); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E7E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D66E7E is #299181. Grayscale: #8E8E8E. Windows color (decimal): -2724226 or 8285910. OLE color: 8285910.

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

Color convert

RGB 214 110 126 -
CMYK 0 0.49 0.41 0.16
HSL 350.77º 0.56% 0.64% -
HSV(B) 350.77º 0.49% 0.84% -
XYZ 37.07 26.95 22.99 -
YUV 142.92 118.46 178.7 -
System Red Green Blue C M Y K H S L
Decimal 214 110 126 0 0.49 0.41 0.16 350.77 0.56 0.64
Hex D6 6E 7E 0 31 29 10 15F 38 40
Octal 326 156 176 0 61 51 20 537 70 100
Binary 11010110 1101110 1111110 0 110001 101001 10000 101011111 111000 1000000

Color Harmonies of #D66E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E7E

Black with #D66E7E

Text Example


Text Example

White with #D66E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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