Html Css Color HEX #D994A0 Can Can

📋 copy color: '#D994A0'

red 217 ◦ green 148 ◦ blue 160

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

Shades of Can Can #D994A0

Tints of Can Can #D994A0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.19%

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

R = 41.33%
G = 28.19%
B = 30.48%

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

#D994A0 (or 0xD994A0) is known color: Can Can. HEX triplet: D9, 94 and A0. RGB value is (217,148,160). Sum of RGB (Red+Green+Blue) = 217+148+160=525 (69% of max value = 765). Red value is 217 (85.16% from 255 or 41.33% from 525); Green value is 148 (58.20% from 255 or 28.19% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 217 - color contains mainly: red. Hex color #D994A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D994A0 is #266B5F. Grayscale: #AAAAAA. Windows color (decimal): -2517856 or 10523865. OLE color: 10523865.

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

Color convert

RGB 217 148 160 -
CMYK 0 0.32 0.26 0.15
HSL 349.57º 0.48% 0.72% -
HSV(B) 349.57º 0.32% 0.85% -
XYZ 45.55 38.47 38.28 -
YUV 170 122.36 161.52 -
System Red Green Blue C M Y K H S L
Decimal 217 148 160 0 0.32 0.26 0.15 349.57 0.48 0.72
Hex D9 94 A0 0 20 1A F 15E 30 48
Octal 331 224 240 0 40 32 17 536 60 110
Binary 11011001 10010100 10100000 0 100000 11010 1111 101011110 110000 1001000

Color Harmonies of #D994A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994A0

Black with #D994A0

Text Example


Text Example

White with #D994A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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