Html Css Color HEX #D5888D Can Can

📋 copy color: '#D5888D'

red 213 ◦ green 136 ◦ blue 141

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

Shades of Can Can #D5888D

Tints of Can Can #D5888D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 28.78%

R = 43.47%
G = 27.76%
B = 28.78%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#D5888D (or 0xD5888D) is known color: Can Can. HEX triplet: D5, 88 and 8D. RGB value is (213,136,141). Sum of RGB (Red+Green+Blue) = 213+136+141=490 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.47% from 490); Green value is 136 (53.52% from 255 or 27.76% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 213 - color contains mainly: red. Hex color #D5888D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5888D is #2A7772. Grayscale: #9F9F9F. Windows color (decimal): -2783091 or 9275605. OLE color: 9275605.

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

Color convert

RGB 213 136 141 -
CMYK 0 0.36 0.34 0.16
HSL 356.1º 0.48% 0.68% -
HSV(B) 356.1º 0.36% 0.84% -
XYZ 41.05 33.68 29.54 -
YUV 159.59 117.51 166.09 -
System Red Green Blue C M Y K H S L
Decimal 213 136 141 0 0.36 0.34 0.16 356.1 0.48 0.68
Hex D5 88 8D 0 24 22 10 164 30 44
Octal 325 210 215 0 44 42 20 544 60 104
Binary 11010101 10001000 10001101 0 100100 100010 10000 101100100 110000 1000100

Color Harmonies of #D5888D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5888D

Black with #D5888D

Text Example


Text Example

White with #D5888D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5888D; }

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

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

background-color css

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

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

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

border-color css

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

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

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