Html Css Color HEX #D494A4 Can Can

📋 copy color: '#D494A4'

red 212 ◦ green 148 ◦ blue 164

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

Shades of Can Can #D494A4

Tints of Can Can #D494A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 31.3%

R = 40.46%
G = 28.24%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.17

RGB Variations

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

Color information

#D494A4 (or 0xD494A4) is known color: Can Can. HEX triplet: D4, 94 and A4. RGB value is (212,148,164). Sum of RGB (Red+Green+Blue) = 212+148+164=524 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.46% from 524); Green value is 148 (58.20% from 255 or 28.24% from 524); Blue value is 164 (64.45% from 255 or 31.30% from 524); Max value from RGB is 212 - color contains mainly: red. Hex color #D494A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D494A4 is #2B6B5B. Grayscale: #A8A8A8. Windows color (decimal): -2845532 or 10786004. OLE color: 10786004.

HSL color Cylindrical-coordinate representation of color #D494A4: hue angle of 345º degrees, saturation: 0.43, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D494A4 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 148 164 -
CMYK 0 0.30 0.23 0.17
HSL 345º 0.43% 0.71% -
HSV(B) 345º 0.3% 0.83% -
XYZ 44.44 37.86 40.09 -
YUV 168.96 125.2 158.7 -
System Red Green Blue C M Y K H S L
Decimal 212 148 164 0 0.30 0.23 0.17 345 0.43 0.71
Hex D4 94 A4 0 1E 17 11 159 2B 47
Octal 324 224 244 0 36 27 21 531 53 107
Binary 11010100 10010100 10100100 0 11110 10111 10001 101011001 101011 1000111

Color Harmonies of #D494A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D494A4

Black with #D494A4

Text Example


Text Example

White with #D494A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D494A4; }

 p { color: rgb(212,148,164); }

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

background-color css

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

 a { background-color: rgb(212,148,164); }

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

border-color css

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

 span { border-color: rgb(212,148,164); }

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