Html Css Color HEX #D66C8A Charm

📋 copy color: '#D66C8A'

red 214 ◦ green 108 ◦ blue 138

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

Shades of Charm #D66C8A

Tints of Charm #D66C8A

RGB

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

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

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

R = 46.52%
G = 23.48%
B = 30%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#D66C8A (or 0xD66C8A) is known color: Charm. HEX triplet: D6, 6C and 8A. RGB value is (214,108,138). Sum of RGB (Red+Green+Blue) = 214+108+138=460 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.52% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 214 - color contains mainly: red. Hex color #D66C8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66C8A is #299375. Grayscale: #8F8F8F. Windows color (decimal): -2724726 or 9071830. OLE color: 9071830.

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

Color convert

RGB 214 108 138 -
CMYK 0 0.50 0.36 0.16
HSL 343.02º 0.56% 0.63% -
HSV(B) 343.02º 0.5% 0.84% -
XYZ 37.68 26.86 27.24 -
YUV 143.11 125.12 178.56 -
System Red Green Blue C M Y K H S L
Decimal 214 108 138 0 0.50 0.36 0.16 343.02 0.56 0.63
Hex D6 6C 8A 0 32 24 10 157 38 3F
Octal 326 154 212 0 62 44 20 527 70 77
Binary 11010110 1101100 10001010 0 110010 100100 10000 101010111 111000 111111

Color Harmonies of #D66C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66C8A

Black with #D66C8A

Text Example


Text Example

White with #D66C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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