Html Css Color HEX #D5818A Charm

📋 copy color: '#D5818A'

red 213 ◦ green 129 ◦ blue 138

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

Shades of Charm #D5818A

Tints of Charm #D5818A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.75%

R = 44.38%
G = 26.88%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5818A (or 0xD5818A) is known color: Charm. HEX triplet: D5, 81 and 8A. RGB value is (213,129,138). Sum of RGB (Red+Green+Blue) = 213+129+138=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 129 (50.78% from 255 or 26.88% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D5818A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5818A is #2A7E75. Grayscale: #9B9B9B. Windows color (decimal): -2784886 or 9077205. OLE color: 9077205.

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

Color convert

RGB 213 129 138 -
CMYK 0 0.39 0.35 0.16
HSL 353.57º 0.5% 0.67% -
HSV(B) 353.57º 0.39% 0.84% -
XYZ 39.88 31.68 28.06 -
YUV 155.14 118.33 169.27 -
System Red Green Blue C M Y K H S L
Decimal 213 129 138 0 0.39 0.35 0.16 353.57 0.5 0.67
Hex D5 81 8A 0 27 23 10 162 32 43
Octal 325 201 212 0 47 43 20 542 62 103
Binary 11010101 10000001 10001010 0 100111 100011 10000 101100010 110010 1000011

Color Harmonies of #D5818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5818A

Black with #D5818A

Text Example


Text Example

White with #D5818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5818A; }

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

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

background-color css

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

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

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

border-color css

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

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

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