Html Css Color HEX #D2818E Charm

📋 copy color: '#D2818E'

red 210 ◦ green 129 ◦ blue 142

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

Shades of Charm #D2818E

Tints of Charm #D2818E

RGB

 RED value IS 210 (82.42% from 255) = 43.66%

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

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

R = 43.66%
G = 26.82%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#D2818E (or 0xD2818E) is known color: Charm. HEX triplet: D2, 81 and 8E. RGB value is (210,129,142). Sum of RGB (Red+Green+Blue) = 210+129+142=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 129 (50.78% from 255 or 26.82% from 481); Blue value is 142 (55.86% from 255 or 29.52% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2818E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2818E is #2D7E71. Grayscale: #9A9A9A. Windows color (decimal): -2981490 or 9339346. OLE color: 9339346.

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

Color convert

RGB 210 129 142 -
CMYK 0 0.39 0.32 0.18
HSL 350.37º 0.47% 0.66% -
HSV(B) 350.37º 0.39% 0.82% -
XYZ 39.31 31.36 29.57 -
YUV 154.7 120.84 167.44 -
System Red Green Blue C M Y K H S L
Decimal 210 129 142 0 0.39 0.32 0.18 350.37 0.47 0.66
Hex D2 81 8E 0 27 20 12 15E 2F 42
Octal 322 201 216 0 47 40 22 536 57 102
Binary 11010010 10000001 10001110 0 100111 100000 10010 101011110 101111 1000010

Color Harmonies of #D2818E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2818E

Black with #D2818E

Text Example


Text Example

White with #D2818E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2818E; }

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

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

background-color css

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

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

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

border-color css

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

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

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