Html Css Color HEX #D091F9 Wisteria

📋 copy color: '#D091F9'

red 208 ◦ green 145 ◦ blue 249

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

Shades of Wisteria #D091F9

Tints of Wisteria #D091F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 41.36%

R = 34.55%
G = 24.09%
B = 41.36%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D091F9 (or 0xD091F9) is known color: Wisteria. HEX triplet: D0, 91 and F9. RGB value is (208,145,249). Sum of RGB (Red+Green+Blue) = 208+145+249=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 145 (57.03% from 255 or 24.09% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #D091F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D091F9 is #2F6E06. Grayscale: #AFAFAF. Windows color (decimal): -3108359 or 16355792. OLE color: 16355792.

HSL color Cylindrical-coordinate representation of color #D091F9: hue angle of 276.35º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D091F9 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 145 249 -
CMYK 0.16 0.42 0 0.02
HSL 276.35º 0.9% 0.77% -
HSV(B) 276.35º 0.42% 0.98% -
XYZ 53.24 40.5 94.63 -
YUV 175.69 169.37 151.04 -
System Red Green Blue C M Y K H S L
Decimal 208 145 249 0.16 0.42 0 0.02 276.35 0.9 0.77
Hex D0 91 F9 10 2A 0 2 114 5A 4D
Octal 320 221 371 20 52 0 2 424 132 115
Binary 11010000 10010001 11111001 10000 101010 0 10 100010100 1011010 1001101

Color Harmonies of #D091F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D091F9

Black with #D091F9

Text Example


Text Example

White with #D091F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D091F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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