Html Css Color HEX #D5859F Can Can

📋 copy color: '#D5859F'

red 213 ◦ green 133 ◦ blue 159

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

Shades of Can Can #D5859F

Tints of Can Can #D5859F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.34%

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

R = 42.18%
G = 26.34%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.16

RGB Variations

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

Color information

#D5859F (or 0xD5859F) is known color: Can Can. HEX triplet: D5, 85 and 9F. RGB value is (213,133,159). Sum of RGB (Red+Green+Blue) = 213+133+159=505 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.18% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 213 - color contains mainly: red. Hex color #D5859F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5859F is #2A7A60. Grayscale: #9F9F9F. Windows color (decimal): -2783841 or 10454485. OLE color: 10454485.

HSL color Cylindrical-coordinate representation of color #D5859F: hue angle of 340.5º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D5859F is Cyan = 0, Magento = 0.38, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 159 -
CMYK 0 0.38 0.25 0.16
HSL 340.5º 0.49% 0.68% -
HSV(B) 340.5º 0.38% 0.84% -
XYZ 42.09 33.42 37.03 -
YUV 159.88 127.5 165.89 -
System Red Green Blue C M Y K H S L
Decimal 213 133 159 0 0.38 0.25 0.16 340.5 0.49 0.68
Hex D5 85 9F 0 26 19 10 154 31 44
Octal 325 205 237 0 46 31 20 524 61 104
Binary 11010101 10000101 10011111 0 100110 11001 10000 101010100 110001 1000100

Color Harmonies of #D5859F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5859F

Black with #D5859F

Text Example


Text Example

White with #D5859F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5859F; }

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

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

background-color css

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

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

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

border-color css

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

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

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