Html Css Color HEX #D5828B Charm

📋 copy color: '#D5828B'

red 213 ◦ green 130 ◦ blue 139

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

Shades of Charm #D5828B

Tints of Charm #D5828B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.97%

 BLUE value IS 139 (54.69% from 255) = 28.84%

R = 44.19%
G = 26.97%
B = 28.84%

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

#D5828B (or 0xD5828B) is known color: Charm. HEX triplet: D5, 82 and 8B. RGB value is (213,130,139). Sum of RGB (Red+Green+Blue) = 213+130+139=482 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.19% from 482); Green value is 130 (51.17% from 255 or 26.97% from 482); Blue value is 139 (54.69% from 255 or 28.84% from 482); Max value from RGB is 213 - color contains mainly: red. Hex color #D5828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5828B is #2A7D74. Grayscale: #9B9B9B. Windows color (decimal): -2784629 or 9142997. OLE color: 9142997.

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

Color convert

RGB 213 130 139 -
CMYK 0 0.39 0.35 0.16
HSL 353.49º 0.5% 0.67% -
HSV(B) 353.49º 0.39% 0.84% -
XYZ 40.08 31.98 28.49 -
YUV 155.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 213 130 139 0 0.39 0.35 0.16 353.49 0.5 0.67
Hex D5 82 8B 0 27 23 10 161 32 43
Octal 325 202 213 0 47 43 20 541 62 103
Binary 11010101 10000010 10001011 0 100111 100011 10000 101100001 110010 1000011

Color Harmonies of #D5828B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5828B

Black with #D5828B

Text Example


Text Example

White with #D5828B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5828B; }

 p { color: rgb(213,130,139); }

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

background-color css

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

 a { background-color: rgb(213,130,139); }

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

border-color css

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

 span { border-color: rgb(213,130,139); }

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