Html Css Color HEX #D095A5 Viola

📋 copy color: '#D095A5'

red 208 ◦ green 149 ◦ blue 165

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

Shades of Viola #D095A5

Tints of Viola #D095A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 31.61%

R = 39.85%
G = 28.54%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D095A5 (or 0xD095A5) is known color: Viola. HEX triplet: D0, 95 and A5. RGB value is (208,149,165). Sum of RGB (Red+Green+Blue) = 208+149+165=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 165 (64.84% from 255 or 31.61% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D095A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D095A5 is #2F6A5A. Grayscale: #A8A8A8. Windows color (decimal): -3107419 or 10851792. OLE color: 10851792.

HSL color Cylindrical-coordinate representation of color #D095A5: hue angle of 343.73º 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 #D095A5 is Cyan = 0, Magento = 0.28, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 149 165 -
CMYK 0 0.28 0.21 0.18
HSL 343.73º 0.39% 0.7% -
HSV(B) 343.73º 0.28% 0.82% -
XYZ 43.55 37.62 40.56 -
YUV 168.47 126.05 156.2 -
System Red Green Blue C M Y K H S L
Decimal 208 149 165 0 0.28 0.21 0.18 343.73 0.39 0.7
Hex D0 95 A5 0 1C 15 12 158 27 46
Octal 320 225 245 0 34 25 22 530 47 106
Binary 11010000 10010101 10100101 0 11100 10101 10010 101011000 100111 1000110

Color Harmonies of #D095A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095A5

Black with #D095A5

Text Example


Text Example

White with #D095A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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