Html Css Color HEX #D6818E Charm

📋 copy color: '#D6818E'

red 214 ◦ green 129 ◦ blue 142

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

Shades of Charm #D6818E

Tints of Charm #D6818E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 26.6%

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 44.12%
G = 26.6%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D6818E (or 0xD6818E) is known color: Charm. HEX triplet: D6, 81 and 8E. RGB value is (214,129,142). Sum of RGB (Red+Green+Blue) = 214+129+142=485 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.12% from 485); Green value is 129 (50.78% from 255 or 26.60% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 214 - color contains mainly: red. Hex color #D6818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6818E is #297E71. Grayscale: #9B9B9B. Windows color (decimal): -2719346 or 9339350. OLE color: 9339350.

HSL color Cylindrical-coordinate representation of color #D6818E: hue angle of 350.82º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D6818E is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 129 142 -
CMYK 0 0.40 0.34 0.16
HSL 350.82º 0.51% 0.67% -
HSV(B) 350.82º 0.4% 0.84% -
XYZ 40.46 31.95 29.63 -
YUV 155.9 120.16 169.44 -
System Red Green Blue C M Y K H S L
Decimal 214 129 142 0 0.40 0.34 0.16 350.82 0.51 0.67
Hex D6 81 8E 0 28 22 10 15F 33 43
Octal 326 201 216 0 50 42 20 537 63 103
Binary 11010110 10000001 10001110 0 101000 100010 10000 101011111 110011 1000011

Color Harmonies of #D6818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6818E

Black with #D6818E

Text Example


Text Example

White with #D6818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6818E; }

 p { color: rgb(214,129,142); }

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

background-color css

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

 a { background-color: rgb(214,129,142); }

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

border-color css

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

 span { border-color: rgb(214,129,142); }

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