Html Css Color HEX #D095F8 Wisteria

📋 copy color: '#D095F8'

red 208 ◦ green 149 ◦ blue 248

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

Shades of Wisteria #D095F8

Tints of Wisteria #D095F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.99%

R = 34.38%
G = 24.63%
B = 40.99%

CMYK

 C value IS 0.16

 M value IS 0.40

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D095F8 (or 0xD095F8) is known color: Wisteria. HEX triplet: D0, 95 and F8. RGB value is (208,149,248). Sum of RGB (Red+Green+Blue) = 208+149+248=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 149 (58.59% from 255 or 24.63% from 605); Blue value is 248 (97.27% from 255 or 40.99% from 605); Max value from RGB is 248 - color contains mainly: blue. Hex color #D095F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D095F8 is #2F6A07. Grayscale: #B1B1B1. Windows color (decimal): -3107336 or 16291280. OLE color: 16291280.

HSL color Cylindrical-coordinate representation of color #D095F8: hue angle of 275.76º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D095F8 is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 208 149 248 -
CMYK 0.16 0.40 0 0.03
HSL 275.76º 0.88% 0.78% -
HSV(B) 275.76º 0.4% 0.97% -
XYZ 53.7 41.68 94.02 -
YUV 177.93 167.55 149.45 -
System Red Green Blue C M Y K H S L
Decimal 208 149 248 0.16 0.40 0 0.03 275.76 0.88 0.78
Hex D0 95 F8 10 28 0 3 114 58 4E
Octal 320 225 370 20 50 0 3 424 130 116
Binary 11010000 10010101 11111000 10000 101000 0 11 100010100 1011000 1001110

Color Harmonies of #D095F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D095F8

Black with #D095F8

Text Example


Text Example

White with #D095F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D095F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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