Html Css Color HEX #D084E8 Wisteria

📋 copy color: '#D084E8'

red 208 ◦ green 132 ◦ blue 232

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

Shades of Wisteria #D084E8

Tints of Wisteria #D084E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.56%

R = 36.36%
G = 23.08%
B = 40.56%

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

#D084E8 (or 0xD084E8) is known color: Wisteria. HEX triplet: D0, 84 and E8. RGB value is (208,132,232). Sum of RGB (Red+Green+Blue) = 208+132+232=572 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.36% from 572); Green value is 132 (51.95% from 255 or 23.08% from 572); Blue value is 232 (91.02% from 255 or 40.56% from 572); Max value from RGB is 232 - color contains mainly: blue. Hex color #D084E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D084E8 is #2F7B17. Grayscale: #A5A5A5. Windows color (decimal): -3111704 or 15238352. OLE color: 15238352.

HSL color Cylindrical-coordinate representation of color #D084E8: hue angle of 285.6º degrees, saturation: 0.68, 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 #D084E8 is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 208 132 232 -
CMYK 0.10 0.43 0 0.09
HSL 285.6º 0.68% 0.71% -
HSV(B) 285.6º 0.43% 0.91% -
XYZ 48.83 35.74 80.67 -
YUV 166.12 165.18 157.87 -
System Red Green Blue C M Y K H S L
Decimal 208 132 232 0.10 0.43 0 0.09 285.6 0.68 0.71
Hex D0 84 E8 A 2B 0 9 11E 44 47
Octal 320 204 350 12 53 0 11 436 104 107
Binary 11010000 10000100 11101000 1010 101011 0 1001 100011110 1000100 1000111

Color Harmonies of #D084E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D084E8

Black with #D084E8

Text Example


Text Example

White with #D084E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D084E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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