Html Css Color HEX #D66786 Charm

📋 copy color: '#D66786'

red 214 ◦ green 103 ◦ blue 134

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

Shades of Charm #D66786

Tints of Charm #D66786

RGB

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

 GREEN value IS 103 (40.63% from 255) = 22.84%

 BLUE value IS 134 (52.73% from 255) = 29.71%

R = 47.45%
G = 22.84%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D66786 (or 0xD66786) is known color: Charm. HEX triplet: D6, 67 and 86. RGB value is (214,103,134). Sum of RGB (Red+Green+Blue) = 214+103+134=451 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.45% from 451); Green value is 103 (40.62% from 255 or 22.84% from 451); Blue value is 134 (52.73% from 255 or 29.71% from 451); Max value from RGB is 214 - color contains mainly: red. Hex color #D66786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D66786 is #299879. Grayscale: #8B8B8B. Windows color (decimal): -2726010 or 8808406. OLE color: 8808406.

HSL color Cylindrical-coordinate representation of color #D66786: hue angle of 343.24º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D66786 is Cyan = 0, Magento = 0.52, Yellow = 0.37 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 103 134 -
CMYK 0 0.52 0.37 0.16
HSL 343.24º 0.58% 0.62% -
HSV(B) 343.24º 0.52% 0.84% -
XYZ 36.88 25.72 25.57 -
YUV 139.72 124.77 180.98 -
System Red Green Blue C M Y K H S L
Decimal 214 103 134 0 0.52 0.37 0.16 343.24 0.58 0.62
Hex D6 67 86 0 34 25 10 157 3A 3E
Octal 326 147 206 0 64 45 20 527 72 76
Binary 11010110 1100111 10000110 0 110100 100101 10000 101010111 111010 111110

Color Harmonies of #D66786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66786

Black with #D66786

Text Example


Text Example

White with #D66786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66786; }

 p { color: rgb(214,103,134); }

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

background-color css

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

 a { background-color: rgb(214,103,134); }

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

border-color css

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

 span { border-color: rgb(214,103,134); }

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