Html Css Color HEX #D094A6 Viola

📋 copy color: '#D094A6'

red 208 ◦ green 148 ◦ blue 166

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

Shades of Viola #D094A6

Tints of Viola #D094A6

RGB

 RED value IS 208 (81.64% from 255) = 39.85%

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

 BLUE value IS 166 (65.23% from 255) = 31.8%

R = 39.85%
G = 28.35%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D094A6 (or 0xD094A6) is known color: Viola. HEX triplet: D0, 94 and A6. RGB value is (208,148,166). Sum of RGB (Red+Green+Blue) = 208+148+166=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 148 (58.20% from 255 or 28.35% from 522); Blue value is 166 (65.23% from 255 or 31.80% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D094A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D094A6 is #2F6B59. Grayscale: #A7A7A7. Windows color (decimal): -3107674 or 10917072. OLE color: 10917072.

HSL color Cylindrical-coordinate representation of color #D094A6: hue angle of 342º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D094A6 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 166 -
CMYK 0 0.29 0.20 0.18
HSL 342º 0.39% 0.7% -
HSV(B) 342º 0.29% 0.82% -
XYZ 43.49 37.34 40.99 -
YUV 167.99 126.88 156.54 -
System Red Green Blue C M Y K H S L
Decimal 208 148 166 0 0.29 0.20 0.18 342 0.39 0.7
Hex D0 94 A6 0 1D 14 12 156 27 46
Octal 320 224 246 0 35 24 22 526 47 106
Binary 11010000 10010100 10100110 0 11101 10100 10010 101010110 100111 1000110

Color Harmonies of #D094A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D094A6

Black with #D094A6

Text Example


Text Example

White with #D094A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D094A6; }

 p { color: rgb(208,148,166); }

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

background-color css

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

 a { background-color: rgb(208,148,166); }

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

border-color css

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

 span { border-color: rgb(208,148,166); }

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