Html Css Color HEX #D5818D Charm

📋 copy color: '#D5818D'

red 213 ◦ green 129 ◦ blue 141

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

Shades of Charm #D5818D

Tints of Charm #D5818D

RGB

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

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

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

R = 44.1%
G = 26.71%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5818D (or 0xD5818D) is known color: Charm. HEX triplet: D5, 81 and 8D. RGB value is (213,129,141). Sum of RGB (Red+Green+Blue) = 213+129+141=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 129 (50.78% from 255 or 26.71% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5818D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5818D is #2A7E72. Grayscale: #9B9B9B. Windows color (decimal): -2784883 or 9273813. OLE color: 9273813.

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

Color convert

RGB 213 129 141 -
CMYK 0 0.39 0.34 0.16
HSL 351.43º 0.5% 0.67% -
HSV(B) 351.43º 0.39% 0.84% -
XYZ 40.1 31.77 29.22 -
YUV 155.48 119.83 169.02 -
System Red Green Blue C M Y K H S L
Decimal 213 129 141 0 0.39 0.34 0.16 351.43 0.5 0.67
Hex D5 81 8D 0 27 22 10 15F 32 43
Octal 325 201 215 0 47 42 20 537 62 103
Binary 11010101 10000001 10001101 0 100111 100010 10000 101011111 110010 1000011

Color Harmonies of #D5818D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5818D

Black with #D5818D

Text Example


Text Example

White with #D5818D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5818D; }

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

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

background-color css

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

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

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

border-color css

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

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

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