Html Css Color HEX #D5829F Can Can

📋 copy color: '#D5829F'

red 213 ◦ green 130 ◦ blue 159

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

Shades of Can Can #D5829F

Tints of Can Can #D5829F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 31.67%

R = 42.43%
G = 25.9%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5829F (or 0xD5829F) is known color: Can Can. HEX triplet: D5, 82 and 9F. RGB value is (213,130,159). Sum of RGB (Red+Green+Blue) = 213+130+159=502 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.43% from 502); Green value is 130 (51.17% from 255 or 25.90% from 502); Blue value is 159 (62.5% from 255 or 31.67% from 502); Max value from RGB is 213 - color contains mainly: red. Hex color #D5829F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5829F is #2A7D60. Grayscale: #9E9E9E. Windows color (decimal): -2784609 or 10453717. OLE color: 10453717.

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

Color convert

RGB 213 130 159 -
CMYK 0 0.39 0.25 0.16
HSL 339.04º 0.5% 0.67% -
HSV(B) 339.04º 0.39% 0.84% -
XYZ 41.68 32.61 36.9 -
YUV 158.12 128.5 167.14 -
System Red Green Blue C M Y K H S L
Decimal 213 130 159 0 0.39 0.25 0.16 339.04 0.5 0.67
Hex D5 82 9F 0 27 19 10 153 32 43
Octal 325 202 237 0 47 31 20 523 62 103
Binary 11010101 10000010 10011111 0 100111 11001 10000 101010011 110010 1000011

Color Harmonies of #D5829F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5829F

Black with #D5829F

Text Example


Text Example

White with #D5829F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5829F; }

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

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

background-color css

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

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

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

border-color css

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

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

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