Html Css Color HEX #D5888B Can Can

📋 copy color: '#D5888B'

red 213 ◦ green 136 ◦ blue 139

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

Shades of Can Can #D5888B

Tints of Can Can #D5888B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 28.48%

R = 43.65%
G = 27.87%
B = 28.48%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#D5888B (or 0xD5888B) is known color: Can Can. HEX triplet: D5, 88 and 8B. RGB value is (213,136,139). Sum of RGB (Red+Green+Blue) = 213+136+139=488 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.65% from 488); Green value is 136 (53.52% from 255 or 27.87% from 488); Blue value is 139 (54.69% from 255 or 28.48% from 488); Max value from RGB is 213 - color contains mainly: red. Hex color #D5888B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5888B is #2A7774. Grayscale: #9F9F9F. Windows color (decimal): -2783093 or 9144533. OLE color: 9144533.

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

Color convert

RGB 213 136 139 -
CMYK 0 0.36 0.35 0.16
HSL 357.66º 0.48% 0.68% -
HSV(B) 357.66º 0.36% 0.84% -
XYZ 40.9 33.62 28.76 -
YUV 159.37 116.51 166.26 -
System Red Green Blue C M Y K H S L
Decimal 213 136 139 0 0.36 0.35 0.16 357.66 0.48 0.68
Hex D5 88 8B 0 24 23 10 166 30 44
Octal 325 210 213 0 44 43 20 546 60 104
Binary 11010101 10001000 10001011 0 100100 100011 10000 101100110 110000 1000100

Color Harmonies of #D5888B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5888B

Black with #D5888B

Text Example


Text Example

White with #D5888B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5888B; }

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

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

background-color css

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

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

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

border-color css

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

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

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