Html Css Color HEX #D493A0 Can Can

📋 copy color: '#D493A0'

red 212 ◦ green 147 ◦ blue 160

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

Shades of Can Can #D493A0

Tints of Can Can #D493A0

RGB

 RED value IS 212 (83.2% from 255) = 40.85%

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

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

R = 40.85%
G = 28.32%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#D493A0 (or 0xD493A0) is known color: Can Can. HEX triplet: D4, 93 and A0. RGB value is (212,147,160). Sum of RGB (Red+Green+Blue) = 212+147+160=519 (68% of max value = 765). Red value is 212 (83.20% from 255 or 40.85% from 519); Green value is 147 (57.81% from 255 or 28.32% from 519); Blue value is 160 (62.89% from 255 or 30.83% from 519); Max value from RGB is 212 - color contains mainly: red. Hex color #D493A0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493A0 is #2B6C5F. Grayscale: #A7A7A7. Windows color (decimal): -2845792 or 10523604. OLE color: 10523604.

HSL color Cylindrical-coordinate representation of color #D493A0: hue angle of 348º degrees, saturation: 0.43, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D493A0 is Cyan = 0, Magento = 0.31, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 160 -
CMYK 0 0.31 0.25 0.17
HSL 348º 0.43% 0.7% -
HSV(B) 348º 0.31% 0.83% -
XYZ 43.93 37.4 38.16 -
YUV 167.92 123.53 159.44 -
System Red Green Blue C M Y K H S L
Decimal 212 147 160 0 0.31 0.25 0.17 348 0.43 0.7
Hex D4 93 A0 0 1F 19 11 15C 2B 46
Octal 324 223 240 0 37 31 21 534 53 106
Binary 11010100 10010011 10100000 0 11111 11001 10001 101011100 101011 1000110

Color Harmonies of #D493A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493A0

Black with #D493A0

Text Example


Text Example

White with #D493A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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