Html Css Color HEX #D493A2 Can Can

📋 copy color: '#D493A2'

red 212 ◦ green 147 ◦ blue 162

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

Shades of Can Can #D493A2

Tints of Can Can #D493A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 31.09%

R = 40.69%
G = 28.21%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.17

RGB Variations

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

Color information

#D493A2 (or 0xD493A2) is known color: Can Can. HEX triplet: D4, 93 and A2. RGB value is (212,147,162). Sum of RGB (Red+Green+Blue) = 212+147+162=521 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.69% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 162 (63.67% from 255 or 31.09% from 521); Max value from RGB is 212 - color contains mainly: red. Hex color #D493A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D493A2 is #2B6C5D. Grayscale: #A8A8A8. Windows color (decimal): -2845790 or 10654676. OLE color: 10654676.

HSL color Cylindrical-coordinate representation of color #D493A2: hue angle of 346.15º 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 #D493A2 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 162 -
CMYK 0 0.31 0.24 0.17
HSL 346.15º 0.43% 0.7% -
HSV(B) 346.15º 0.31% 0.83% -
XYZ 44.11 37.47 39.09 -
YUV 168.15 124.53 159.28 -
System Red Green Blue C M Y K H S L
Decimal 212 147 162 0 0.31 0.24 0.17 346.15 0.43 0.7
Hex D4 93 A2 0 1F 18 11 15A 2B 46
Octal 324 223 242 0 37 30 21 532 53 106
Binary 11010100 10010011 10100010 0 11111 11000 10001 101011010 101011 1000110

Color Harmonies of #D493A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D493A2

Black with #D493A2

Text Example


Text Example

White with #D493A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D493A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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