Html Css Color HEX #D5808E Charm

📋 copy color: '#D5808E'

red 213 ◦ green 128 ◦ blue 142

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

Shades of Charm #D5808E

Tints of Charm #D5808E

RGB

 RED value IS 213 (83.59% from 255) = 44.1%

 GREEN value IS 128 (50.39% from 255) = 26.5%

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

R = 44.1%
G = 26.5%
B = 29.4%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.33

 K value IS 0.16

RGB Variations

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

Color information

#D5808E (or 0xD5808E) is known color: Charm. HEX triplet: D5, 80 and 8E. RGB value is (213,128,142). Sum of RGB (Red+Green+Blue) = 213+128+142=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 128 (50.39% from 255 or 26.50% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5808E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5808E is #2A7F71. Grayscale: #9B9B9B. Windows color (decimal): -2785138 or 9339093. OLE color: 9339093.

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

Color convert

RGB 213 128 142 -
CMYK 0 0.40 0.33 0.16
HSL 350.12º 0.5% 0.67% -
HSV(B) 350.12º 0.4% 0.84% -
XYZ 40.04 31.54 29.57 -
YUV 155.01 120.66 169.36 -
System Red Green Blue C M Y K H S L
Decimal 213 128 142 0 0.40 0.33 0.16 350.12 0.5 0.67
Hex D5 80 8E 0 28 21 10 15E 32 43
Octal 325 200 216 0 50 41 20 536 62 103
Binary 11010101 10000000 10001110 0 101000 100001 10000 101011110 110010 1000011

Color Harmonies of #D5808E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5808E

Black with #D5808E

Text Example


Text Example

White with #D5808E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5808E; }

 p { color: rgb(213,128,142); }

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

background-color css

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

 a { background-color: rgb(213,128,142); }

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

border-color css

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

 span { border-color: rgb(213,128,142); }

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