Html Css Color HEX #D5809D Can Can

📋 copy color: '#D5809D'

red 213 ◦ green 128 ◦ blue 157

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

Shades of Can Can #D5809D

Tints of Can Can #D5809D

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.7%

 BLUE value IS 157 (61.72% from 255) = 31.53%

R = 42.77%
G = 25.7%
B = 31.53%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5809D (or 0xD5809D) is known color: Can Can. HEX triplet: D5, 80 and 9D. RGB value is (213,128,157). Sum of RGB (Red+Green+Blue) = 213+128+157=498 (65% of max value = 765). Red value is 213 (83.59% from 255 or 42.77% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 157 (61.72% from 255 or 31.53% from 498); Max value from RGB is 213 - color contains mainly: red. Hex color #D5809D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5809D is #2A7F62. Grayscale: #9C9C9C. Windows color (decimal): -2785123 or 10322133. OLE color: 10322133.

HSL color Cylindrical-coordinate representation of color #D5809D: hue angle of 339.53º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5809D is Cyan = 0, Magento = 0.40, Yellow = 0.26 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 157 -
CMYK 0 0.40 0.26 0.16
HSL 339.53º 0.5% 0.67% -
HSV(B) 339.53º 0.4% 0.84% -
XYZ 41.25 32.02 35.9 -
YUV 156.72 128.16 168.14 -
System Red Green Blue C M Y K H S L
Decimal 213 128 157 0 0.40 0.26 0.16 339.53 0.5 0.67
Hex D5 80 9D 0 28 1A 10 154 32 43
Octal 325 200 235 0 50 32 20 524 62 103
Binary 11010101 10000000 10011101 0 101000 11010 10000 101010100 110010 1000011

Color Harmonies of #D5809D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5809D

Black with #D5809D

Text Example


Text Example

White with #D5809D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5809D; }

 p { color: rgb(213,128,157); }

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

background-color css

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

 a { background-color: rgb(213,128,157); }

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

border-color css

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

 span { border-color: rgb(213,128,157); }

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