Html Css Color HEX #D5889D Can Can

📋 copy color: '#D5889D'

red 213 ◦ green 136 ◦ blue 157

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

Shades of Can Can #D5889D

Tints of Can Can #D5889D

RGB

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

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

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

R = 42.09%
G = 26.88%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.16

RGB Variations

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

Color information

#D5889D (or 0xD5889D) is known color: Can Can. HEX triplet: D5, 88 and 9D. RGB value is (213,136,157). Sum of RGB (Red+Green+Blue) = 213+136+157=506 (67% of max value = 765). Red value is 213 (83.59% from 255 or 42.09% from 506); Green value is 136 (53.52% from 255 or 26.88% from 506); Blue value is 157 (61.72% from 255 or 31.03% from 506); Max value from RGB is 213 - color contains mainly: red. Hex color #D5889D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5889D is #2A7762. Grayscale: #A1A1A1. Windows color (decimal): -2783075 or 10324181. OLE color: 10324181.

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

Color convert

RGB 213 136 157 -
CMYK 0 0.36 0.26 0.16
HSL 343.64º 0.48% 0.68% -
HSV(B) 343.64º 0.36% 0.84% -
XYZ 42.33 34.19 36.27 -
YUV 161.42 125.51 164.79 -
System Red Green Blue C M Y K H S L
Decimal 213 136 157 0 0.36 0.26 0.16 343.64 0.48 0.68
Hex D5 88 9D 0 24 1A 10 158 30 44
Octal 325 210 235 0 44 32 20 530 60 104
Binary 11010101 10001000 10011101 0 100100 11010 10000 101011000 110000 1000100

Color Harmonies of #D5889D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5889D

Black with #D5889D

Text Example


Text Example

White with #D5889D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5889D; }

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

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

background-color css

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

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

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

border-color css

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

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

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