Html Css Color HEX #D5859B Can Can

📋 copy color: '#D5859B'

red 213 ◦ green 133 ◦ blue 155

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

Shades of Can Can #D5859B

Tints of Can Can #D5859B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 42.51%
G = 26.55%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5859B (or 0xD5859B) is known color: Can Can. HEX triplet: D5, 85 and 9B. RGB value is (213,133,155). Sum of RGB (Red+Green+Blue) = 213+133+155=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 133 (52.34% from 255 or 26.55% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5859B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5859B is #2A7A64. Grayscale: #9F9F9F. Windows color (decimal): -2783845 or 10192341. OLE color: 10192341.

HSL color Cylindrical-coordinate representation of color #D5859B: hue angle of 343.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 #D5859B is Cyan = 0, Magento = 0.38, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 133 155 -
CMYK 0 0.38 0.27 0.16
HSL 343.5º 0.49% 0.68% -
HSV(B) 343.5º 0.38% 0.84% -
XYZ 41.74 33.29 35.24 -
YUV 159.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 213 133 155 0 0.38 0.27 0.16 343.5 0.49 0.68
Hex D5 85 9B 0 26 1B 10 158 31 44
Octal 325 205 233 0 46 33 20 530 61 104
Binary 11010101 10000101 10011011 0 100110 11011 10000 101011000 110001 1000100

Color Harmonies of #D5859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5859B

Black with #D5859B

Text Example


Text Example

White with #D5859B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5859B; }

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

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

background-color css

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

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

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

border-color css

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

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

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