Html Css Color HEX #D085E4 Wisteria

📋 copy color: '#D085E4'

red 208 ◦ green 133 ◦ blue 228

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

Shades of Wisteria #D085E4

Tints of Wisteria #D085E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 40.07%

R = 36.56%
G = 23.37%
B = 40.07%

CMYK

 C value IS 0.09

 M value IS 0.42

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D085E4 (or 0xD085E4) is known color: Wisteria. HEX triplet: D0, 85 and E4. RGB value is (208,133,228). Sum of RGB (Red+Green+Blue) = 208+133+228=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 133 (52.34% from 255 or 23.37% from 569); Blue value is 228 (89.45% from 255 or 40.07% from 569); Max value from RGB is 228 - color contains mainly: blue. Hex color #D085E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D085E4 is #2F7A1B. Grayscale: #A5A5A5. Windows color (decimal): -3111452 or 14976464. OLE color: 14976464.

HSL color Cylindrical-coordinate representation of color #D085E4: hue angle of 287.37º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D085E4 is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 208 133 228 -
CMYK 0.09 0.42 0 0.11
HSL 287.37º 0.64% 0.71% -
HSV(B) 287.37º 0.42% 0.89% -
XYZ 48.4 35.79 77.76 -
YUV 166.26 162.85 157.78 -
System Red Green Blue C M Y K H S L
Decimal 208 133 228 0.09 0.42 0 0.11 287.37 0.64 0.71
Hex D0 85 E4 9 2A 0 B 11F 40 47
Octal 320 205 344 11 52 0 13 437 100 107
Binary 11010000 10000101 11100100 1001 101010 0 1011 100011111 1000000 1000111

Color Harmonies of #D085E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D085E4

Black with #D085E4

Text Example


Text Example

White with #D085E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D085E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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