Html Css Color HEX #D095A7 Viola

📋 copy color: '#D095A7'

red 208 ◦ green 149 ◦ blue 167

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

Shades of Viola #D095A7

Tints of Viola #D095A7

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.44%

 BLUE value IS 167 (65.63% from 255) = 31.87%

R = 39.69%
G = 28.44%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.20

 K value IS 0.18

RGB Variations

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

Color information

#D095A7 (or 0xD095A7) is known color: Viola. HEX triplet: D0, 95 and A7. RGB value is (208,149,167). Sum of RGB (Red+Green+Blue) = 208+149+167=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 149 (58.59% from 255 or 28.44% from 524); Blue value is 167 (65.62% from 255 or 31.87% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D095A7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D095A7 is #2F6A58. Grayscale: #A8A8A8. Windows color (decimal): -3107417 or 10982864. OLE color: 10982864.

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

Color convert

RGB 208 149 167 -
CMYK 0 0.28 0.20 0.18
HSL 341.69º 0.39% 0.7% -
HSV(B) 341.69º 0.28% 0.82% -
XYZ 43.73 37.69 41.53 -
YUV 168.69 127.05 156.04 -
System Red Green Blue C M Y K H S L
Decimal 208 149 167 0 0.28 0.20 0.18 341.69 0.39 0.7
Hex D0 95 A7 0 1C 14 12 156 27 46
Octal 320 225 247 0 34 24 22 526 47 106
Binary 11010000 10010101 10100111 0 11100 10100 10010 101010110 100111 1000110

Color Harmonies of #D095A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095A7

Black with #D095A7

Text Example


Text Example

White with #D095A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095A7; }

 p { color: rgb(208,149,167); }

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

background-color css

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

 a { background-color: rgb(208,149,167); }

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

border-color css

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

 span { border-color: rgb(208,149,167); }

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