Html Css Color HEX #D091E5 Wisteria

📋 copy color: '#D091E5'

red 208 ◦ green 145 ◦ blue 229

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

Shades of Wisteria #D091E5

Tints of Wisteria #D091E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.35%

R = 35.74%
G = 24.91%
B = 39.35%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D091E5 (or 0xD091E5) is known color: Wisteria. HEX triplet: D0, 91 and E5. RGB value is (208,145,229). Sum of RGB (Red+Green+Blue) = 208+145+229=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 229 - color contains mainly: blue. Hex color #D091E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D091E5 is #2F6E1A. Grayscale: #ADADAD. Windows color (decimal): -3108379 or 15045072. OLE color: 15045072.

HSL color Cylindrical-coordinate representation of color #D091E5: hue angle of 285º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D091E5 is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 145 229 -
CMYK 0.09 0.37 0 0.10
HSL 285º 0.62% 0.73% -
HSV(B) 285º 0.37% 0.9% -
XYZ 50.28 39.32 79.07 -
YUV 173.41 159.37 152.67 -
System Red Green Blue C M Y K H S L
Decimal 208 145 229 0.09 0.37 0 0.10 285 0.62 0.73
Hex D0 91 E5 9 25 0 A 11D 3E 49
Octal 320 221 345 11 45 0 12 435 76 111
Binary 11010000 10010001 11100101 1001 100101 0 1010 100011101 111110 1001001

Color Harmonies of #D091E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091E5

Black with #D091E5

Text Example


Text Example

White with #D091E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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