Html Css Color HEX #D091ED Wisteria

📋 copy color: '#D091ED'

red 208 ◦ green 145 ◦ blue 237

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

Shades of Wisteria #D091ED

Tints of Wisteria #D091ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.17%

R = 35.25%
G = 24.58%
B = 40.17%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D091ED (or 0xD091ED) is known color: Wisteria. HEX triplet: D0, 91 and ED. RGB value is (208,145,237). Sum of RGB (Red+Green+Blue) = 208+145+237=590 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.25% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 237 (92.97% from 255 or 40.17% from 590); Max value from RGB is 237 - color contains mainly: blue. Hex color #D091ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091ED is #2F6E12. Grayscale: #AEAEAE. Windows color (decimal): -3108371 or 15569360. OLE color: 15569360.

HSL color Cylindrical-coordinate representation of color #D091ED: hue angle of 281.09º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D091ED is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 145 237 -
CMYK 0.12 0.39 0 0.07
HSL 281.09º 0.72% 0.75% -
HSV(B) 281.09º 0.39% 0.93% -
XYZ 51.42 39.78 85.09 -
YUV 174.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 208 145 237 0.12 0.39 0 0.07 281.09 0.72 0.75
Hex D0 91 ED C 27 0 7 119 48 4B
Octal 320 221 355 14 47 0 7 431 110 113
Binary 11010000 10010001 11101101 1100 100111 0 111 100011001 1001000 1001011

Color Harmonies of #D091ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091ED

Black with #D091ED

Text Example


Text Example

White with #D091ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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