Html Css Color HEX #D084E7 Wisteria

📋 copy color: '#D084E7'

red 208 ◦ green 132 ◦ blue 231

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

Shades of Wisteria #D084E7

Tints of Wisteria #D084E7

RGB

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

 GREEN value IS 132 (51.95% from 255) = 23.12%

 BLUE value IS 231 (90.63% from 255) = 40.46%

R = 36.43%
G = 23.12%
B = 40.46%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#D084E7 (or 0xD084E7) is known color: Wisteria. HEX triplet: D0, 84 and E7. RGB value is (208,132,231). Sum of RGB (Red+Green+Blue) = 208+132+231=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 132 (51.95% from 255 or 23.12% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #D084E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084E7 is #2F7B18. Grayscale: #A5A5A5. Windows color (decimal): -3111705 or 15172816. OLE color: 15172816.

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

Color convert

RGB 208 132 231 -
CMYK 0.10 0.43 0 0.09
HSL 286.06º 0.67% 0.71% -
HSV(B) 286.06º 0.43% 0.91% -
XYZ 48.69 35.68 79.92 -
YUV 166.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 208 132 231 0.10 0.43 0 0.09 286.06 0.67 0.71
Hex D0 84 E7 A 2B 0 9 11E 43 47
Octal 320 204 347 12 53 0 11 436 103 107
Binary 11010000 10000100 11100111 1010 101011 0 1001 100011110 1000011 1000111

Color Harmonies of #D084E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084E7

Black with #D084E7

Text Example


Text Example

White with #D084E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084E7; }

 p { color: rgb(208,132,231); }

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

background-color css

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

 a { background-color: rgb(208,132,231); }

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

border-color css

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

 span { border-color: rgb(208,132,231); }

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