Html Css Color HEX #D091EF Wisteria

📋 copy color: '#D091EF'

red 208 ◦ green 145 ◦ blue 239

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

Shades of Wisteria #D091EF

Tints of Wisteria #D091EF

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.49%

 BLUE value IS 239 (93.75% from 255) = 40.37%

R = 35.14%
G = 24.49%
B = 40.37%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D091EF (or 0xD091EF) is known color: Wisteria. HEX triplet: D0, 91 and EF. RGB value is (208,145,239). Sum of RGB (Red+Green+Blue) = 208+145+239=592 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.14% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 239 (93.75% from 255 or 40.37% from 592); Max value from RGB is 239 - color contains mainly: blue. Hex color #D091EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091EF is #2F6E10. Grayscale: #AEAEAE. Windows color (decimal): -3108369 or 15700432. OLE color: 15700432.

HSL color Cylindrical-coordinate representation of color #D091EF: hue angle of 280.21º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D091EF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 145 239 -
CMYK 0.13 0.39 0 0.06
HSL 280.21º 0.75% 0.75% -
HSV(B) 280.21º 0.39% 0.94% -
XYZ 51.72 39.89 86.64 -
YUV 174.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 208 145 239 0.13 0.39 0 0.06 280.21 0.75 0.75
Hex D0 91 EF D 27 0 6 118 4B 4B
Octal 320 221 357 15 47 0 6 430 113 113
Binary 11010000 10010001 11101111 1101 100111 0 110 100011000 1001011 1001011

Color Harmonies of #D091EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091EF

Black with #D091EF

Text Example


Text Example

White with #D091EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091EF; }

 p { color: rgb(208,145,239); }

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

background-color css

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

 a { background-color: rgb(208,145,239); }

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

border-color css

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

 span { border-color: rgb(208,145,239); }

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