Html Css Color HEX #D5829E Can Can

📋 copy color: '#D5829E'

red 213 ◦ green 130 ◦ blue 158

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

Shades of Can Can #D5829E

Tints of Can Can #D5829E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.54%

R = 42.51%
G = 25.95%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5829E (or 0xD5829E) is known color: Can Can. HEX triplet: D5, 82 and 9E. RGB value is (213,130,158). Sum of RGB (Red+Green+Blue) = 213+130+158=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 130 (51.17% from 255 or 25.95% from 501); Blue value is 158 (62.11% from 255 or 31.54% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5829E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5829E is #2A7D61. Grayscale: #9D9D9D. Windows color (decimal): -2784610 or 10388181. OLE color: 10388181.

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

Color convert

RGB 213 130 158 -
CMYK 0 0.39 0.26 0.16
HSL 339.76º 0.5% 0.67% -
HSV(B) 339.76º 0.39% 0.84% -
XYZ 41.59 32.58 36.44 -
YUV 158.01 128 167.22 -
System Red Green Blue C M Y K H S L
Decimal 213 130 158 0 0.39 0.26 0.16 339.76 0.5 0.67
Hex D5 82 9E 0 27 1A 10 154 32 43
Octal 325 202 236 0 47 32 20 524 62 103
Binary 11010101 10000010 10011110 0 100111 11010 10000 101010100 110010 1000011

Color Harmonies of #D5829E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5829E

Black with #D5829E

Text Example


Text Example

White with #D5829E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5829E; }

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

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

background-color css

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

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

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

border-color css

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

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

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