Html Css Color HEX #D66E8A Charm

📋 copy color: '#D66E8A'

red 214 ◦ green 110 ◦ blue 138

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

Shades of Charm #D66E8A

Tints of Charm #D66E8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 29.87%

R = 46.32%
G = 23.81%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D66E8A (or 0xD66E8A) is known color: Charm. HEX triplet: D6, 6E and 8A. RGB value is (214,110,138). Sum of RGB (Red+Green+Blue) = 214+110+138=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 138 (54.30% from 255 or 29.87% from 462); Max value from RGB is 214 - color contains mainly: red. Hex color #D66E8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66E8A is #299175. Grayscale: #909090. Windows color (decimal): -2724214 or 9072342. OLE color: 9072342.

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

Color convert

RGB 214 110 138 -
CMYK 0 0.49 0.36 0.16
HSL 343.85º 0.56% 0.64% -
HSV(B) 343.85º 0.49% 0.84% -
XYZ 37.89 27.28 27.31 -
YUV 144.29 124.46 177.72 -
System Red Green Blue C M Y K H S L
Decimal 214 110 138 0 0.49 0.36 0.16 343.85 0.56 0.64
Hex D6 6E 8A 0 31 24 10 158 38 40
Octal 326 156 212 0 61 44 20 530 70 100
Binary 11010110 1101110 10001010 0 110001 100100 10000 101011000 111000 1000000

Color Harmonies of #D66E8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66E8A

Black with #D66E8A

Text Example


Text Example

White with #D66E8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66E8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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