Html Css Color HEX #D085E9 Wisteria

📋 copy color: '#D085E9'

red 208 ◦ green 133 ◦ blue 233

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

Shades of Wisteria #D085E9

Tints of Wisteria #D085E9

RGB

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

 GREEN value IS 133 (52.34% from 255) = 23.17%

 BLUE value IS 233 (91.41% from 255) = 40.59%

R = 36.24%
G = 23.17%
B = 40.59%

CMYK

 C value IS 0.11

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D085E9 (or 0xD085E9) is known color: Wisteria. HEX triplet: D0, 85 and E9. RGB value is (208,133,233). Sum of RGB (Red+Green+Blue) = 208+133+233=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 133 (52.34% from 255 or 23.17% from 574); Blue value is 233 (91.41% from 255 or 40.59% from 574); Max value from RGB is 233 - color contains mainly: blue. Hex color #D085E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D085E9 is #2F7A16. Grayscale: #A6A6A6. Windows color (decimal): -3111447 or 15304144. OLE color: 15304144.

HSL color Cylindrical-coordinate representation of color #D085E9: hue angle of 285º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D085E9 is Cyan = 0.11, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 133 233 -
CMYK 0.11 0.43 0 0.09
HSL 285º 0.69% 0.72% -
HSV(B) 285º 0.43% 0.91% -
XYZ 49.11 36.07 81.46 -
YUV 166.83 165.35 157.37 -
System Red Green Blue C M Y K H S L
Decimal 208 133 233 0.11 0.43 0 0.09 285 0.69 0.72
Hex D0 85 E9 B 2B 0 9 11D 45 48
Octal 320 205 351 13 53 0 11 435 105 110
Binary 11010000 10000101 11101001 1011 101011 0 1001 100011101 1000101 1001000

Color Harmonies of #D085E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085E9

Black with #D085E9

Text Example


Text Example

White with #D085E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085E9; }

 p { color: rgb(208,133,233); }

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

background-color css

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

 a { background-color: rgb(208,133,233); }

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

border-color css

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

 span { border-color: rgb(208,133,233); }

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