Html Css Color HEX #D0818D Charm

📋 copy color: '#D0818D'

red 208 ◦ green 129 ◦ blue 141

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

Shades of Charm #D0818D

Tints of Charm #D0818D

RGB

 RED value IS 208 (81.64% from 255) = 43.51%

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

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 43.51%
G = 26.99%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D0818D (or 0xD0818D) is known color: Charm. HEX triplet: D0, 81 and 8D. RGB value is (208,129,141). Sum of RGB (Red+Green+Blue) = 208+129+141=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 129 (50.78% from 255 or 26.99% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D0818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0818D is #2F7E72. Grayscale: #9A9A9A. Windows color (decimal): -3112563 or 9273808. OLE color: 9273808.

HSL color Cylindrical-coordinate representation of color #D0818D: hue angle of 350.89º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D0818D is Cyan = 0, Magento = 0.38, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 129 141 -
CMYK 0 0.38 0.32 0.18
HSL 350.89º 0.46% 0.66% -
HSV(B) 350.89º 0.38% 0.82% -
XYZ 38.67 31.03 29.15 -
YUV 153.99 120.67 166.52 -
System Red Green Blue C M Y K H S L
Decimal 208 129 141 0 0.38 0.32 0.18 350.89 0.46 0.66
Hex D0 81 8D 0 26 20 12 15F 2E 42
Octal 320 201 215 0 46 40 22 537 56 102
Binary 11010000 10000001 10001101 0 100110 100000 10010 101011111 101110 1000010

Color Harmonies of #D0818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0818D

Black with #D0818D

Text Example


Text Example

White with #D0818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0818D; }

 p { color: rgb(208,129,141); }

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

background-color css

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

 a { background-color: rgb(208,129,141); }

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

border-color css

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

 span { border-color: rgb(208,129,141); }

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