Html Css Color HEX #D993A0 Can Can

📋 copy color: '#D993A0'

red 217 ◦ green 147 ◦ blue 160

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

Shades of Can Can #D993A0

Tints of Can Can #D993A0

RGB

 RED value IS 217 (85.16% from 255) = 41.41%

 GREEN value IS 147 (57.81% from 255) = 28.05%

 BLUE value IS 160 (62.89% from 255) = 30.53%

R = 41.41%
G = 28.05%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#D993A0 (or 0xD993A0) is known color: Can Can. HEX triplet: D9, 93 and A0. RGB value is (217,147,160). Sum of RGB (Red+Green+Blue) = 217+147+160=524 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.41% from 524); Green value is 147 (57.81% from 255 or 28.05% from 524); Blue value is 160 (62.89% from 255 or 30.53% from 524); Max value from RGB is 217 - color contains mainly: red. Hex color #D993A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D993A0 is #266C5F. Grayscale: #A9A9A9. Windows color (decimal): -2518112 or 10523609. OLE color: 10523609.

HSL color Cylindrical-coordinate representation of color #D993A0: hue angle of 348.86º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D993A0 is Cyan = 0, Magento = 0.32, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 147 160 -
CMYK 0 0.32 0.26 0.15
HSL 348.86º 0.48% 0.71% -
HSV(B) 348.86º 0.32% 0.85% -
XYZ 45.39 38.16 38.23 -
YUV 169.41 122.69 161.94 -
System Red Green Blue C M Y K H S L
Decimal 217 147 160 0 0.32 0.26 0.15 348.86 0.48 0.71
Hex D9 93 A0 0 20 1A F 15D 30 47
Octal 331 223 240 0 40 32 17 535 60 107
Binary 11011001 10010011 10100000 0 100000 11010 1111 101011101 110000 1000111

Color Harmonies of #D993A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993A0

Black with #D993A0

Text Example


Text Example

White with #D993A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993A0; }

 p { color: rgb(217,147,160); }

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

background-color css

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

 a { background-color: rgb(217,147,160); }

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

border-color css

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

 span { border-color: rgb(217,147,160); }

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