Html Css Color HEX #D6818B Charm

📋 copy color: '#D6818B'

red 214 ◦ green 129 ◦ blue 139

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

Shades of Charm #D6818B

Tints of Charm #D6818B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 44.4%
G = 26.76%
B = 28.84%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D6818B (or 0xD6818B) is known color: Charm. HEX triplet: D6, 81 and 8B. RGB value is (214,129,139). Sum of RGB (Red+Green+Blue) = 214+129+139=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 129 (50.78% from 255 or 26.76% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D6818B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6818B is #297E74. Grayscale: #9B9B9B. Windows color (decimal): -2719349 or 9142742. OLE color: 9142742.

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

Color convert

RGB 214 129 139 -
CMYK 0 0.40 0.35 0.16
HSL 352.94º 0.51% 0.67% -
HSV(B) 352.94º 0.4% 0.84% -
XYZ 40.24 31.86 28.45 -
YUV 155.56 118.66 169.69 -
System Red Green Blue C M Y K H S L
Decimal 214 129 139 0 0.40 0.35 0.16 352.94 0.51 0.67
Hex D6 81 8B 0 28 23 10 161 33 43
Octal 326 201 213 0 50 43 20 541 63 103
Binary 11010110 10000001 10001011 0 101000 100011 10000 101100001 110011 1000011

Color Harmonies of #D6818B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6818B

Black with #D6818B

Text Example


Text Example

White with #D6818B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6818B; }

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

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

background-color css

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

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

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

border-color css

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

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

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