Html Css Color HEX #D67486 Charm

📋 copy color: '#D67486'

red 214 ◦ green 116 ◦ blue 134

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

Shades of Charm #D67486

Tints of Charm #D67486

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25%

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

R = 46.12%
G = 25%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#D67486 (or 0xD67486) is known color: Charm. HEX triplet: D6, 74 and 86. RGB value is (214,116,134). Sum of RGB (Red+Green+Blue) = 214+116+134=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 116 (45.70% from 255 or 25% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 214 - color contains mainly: red. Hex color #D67486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D67486 is #298B79. Grayscale: #939393. Windows color (decimal): -2722682 or 8811734. OLE color: 8811734.

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

Color convert

RGB 214 116 134 -
CMYK 0 0.46 0.37 0.16
HSL 348.98º 0.54% 0.65% -
HSV(B) 348.98º 0.46% 0.84% -
XYZ 38.28 28.51 26.04 -
YUV 147.35 120.47 175.54 -
System Red Green Blue C M Y K H S L
Decimal 214 116 134 0 0.46 0.37 0.16 348.98 0.54 0.65
Hex D6 74 86 0 2E 25 10 15D 36 41
Octal 326 164 206 0 56 45 20 535 66 101
Binary 11010110 1110100 10000110 0 101110 100101 10000 101011101 110110 1000001

Color Harmonies of #D67486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D67486

Black with #D67486

Text Example


Text Example

White with #D67486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D67486; }

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

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

background-color css

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

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

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

border-color css

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

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

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