Html Css Color HEX #D5889B Can Can

📋 copy color: '#D5889B'

red 213 ◦ green 136 ◦ blue 155

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

Shades of Can Can #D5889B

Tints of Can Can #D5889B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.98%

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

R = 42.26%
G = 26.98%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.27

 K value IS 0.16

RGB Variations

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

Color information

#D5889B (or 0xD5889B) is known color: Can Can. HEX triplet: D5, 88 and 9B. RGB value is (213,136,155). Sum of RGB (Red+Green+Blue) = 213+136+155=504 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.26% from 504); Green value is 136 (53.52% from 255 or 26.98% from 504); Blue value is 155 (60.94% from 255 or 30.75% from 504); Max value from RGB is 213 - color contains mainly: red. Hex color #D5889B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5889B is #2A7764. Grayscale: #A1A1A1. Windows color (decimal): -2783077 or 10193109. OLE color: 10193109.

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

Color convert

RGB 213 136 155 -
CMYK 0 0.36 0.27 0.16
HSL 345.19º 0.48% 0.68% -
HSV(B) 345.19º 0.36% 0.84% -
XYZ 42.16 34.12 35.37 -
YUV 161.19 124.51 164.96 -
System Red Green Blue C M Y K H S L
Decimal 213 136 155 0 0.36 0.27 0.16 345.19 0.48 0.68
Hex D5 88 9B 0 24 1B 10 159 30 44
Octal 325 210 233 0 44 33 20 531 60 104
Binary 11010101 10001000 10011011 0 100100 11011 10000 101011001 110000 1000100

Color Harmonies of #D5889B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5889B

Black with #D5889B

Text Example


Text Example

White with #D5889B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5889B; }

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

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

background-color css

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

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

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

border-color css

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

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

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