Html Css Color HEX #D5828C Charm

📋 copy color: '#D5828C'

red 213 ◦ green 130 ◦ blue 140

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

Shades of Charm #D5828C

Tints of Charm #D5828C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.99%

R = 44.1%
G = 26.92%
B = 28.99%

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

#D5828C (or 0xD5828C) is known color: Charm. HEX triplet: D5, 82 and 8C. RGB value is (213,130,140). Sum of RGB (Red+Green+Blue) = 213+130+140=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 130 (51.17% from 255 or 26.92% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D5828C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5828C is #2A7D73. Grayscale: #9C9C9C. Windows color (decimal): -2784628 or 9208533. OLE color: 9208533.

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

Color convert

RGB 213 130 140 -
CMYK 0 0.39 0.34 0.16
HSL 352.77º 0.5% 0.67% -
HSV(B) 352.77º 0.39% 0.84% -
XYZ 40.16 32 28.87 -
YUV 155.96 119 168.69 -
System Red Green Blue C M Y K H S L
Decimal 213 130 140 0 0.39 0.34 0.16 352.77 0.5 0.67
Hex D5 82 8C 0 27 22 10 161 32 43
Octal 325 202 214 0 47 42 20 541 62 103
Binary 11010101 10000010 10001100 0 100111 100010 10000 101100001 110010 1000011

Color Harmonies of #D5828C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5828C

Black with #D5828C

Text Example


Text Example

White with #D5828C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5828C; }

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

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

background-color css

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

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

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

border-color css

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

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

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