Html Css Color HEX #D090FA Wisteria

📋 copy color: '#D090FA'

red 208 ◦ green 144 ◦ blue 250

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

Shades of Wisteria #D090FA

Tints of Wisteria #D090FA

RGB

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

 GREEN value IS 144 (56.64% from 255) = 23.92%

 BLUE value IS 250 (98.05% from 255) = 41.53%

R = 34.55%
G = 23.92%
B = 41.53%

CMYK

 C value IS 0.17

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D090FA (or 0xD090FA) is known color: Wisteria. HEX triplet: D0, 90 and FA. RGB value is (208,144,250). Sum of RGB (Red+Green+Blue) = 208+144+250=602 (79% of max value = 765). Red value is 208 (81.64% from 255 or 34.55% from 602); Green value is 144 (56.64% from 255 or 23.92% from 602); Blue value is 250 (98.05% from 255 or 41.53% from 602); Max value from RGB is 250 - color contains mainly: blue. Hex color #D090FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090FA is #2F6F05. Grayscale: #AEAEAE. Windows color (decimal): -3108614 or 16421072. OLE color: 16421072.

HSL color Cylindrical-coordinate representation of color #D090FA: hue angle of 276.23º degrees, saturation: 0.91, 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 #D090FA is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 208 144 250 -
CMYK 0.17 0.42 0 0.02
HSL 276.23º 0.91% 0.77% -
HSV(B) 276.23º 0.42% 0.98% -
XYZ 53.24 40.26 95.41 -
YUV 175.22 170.2 151.38 -
System Red Green Blue C M Y K H S L
Decimal 208 144 250 0.17 0.42 0 0.02 276.23 0.91 0.77
Hex D0 90 FA 11 2A 0 2 114 5B 4D
Octal 320 220 372 21 52 0 2 424 133 115
Binary 11010000 10010000 11111010 10001 101010 0 10 100010100 1011011 1001101

Color Harmonies of #D090FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090FA

Black with #D090FA

Text Example


Text Example

White with #D090FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090FA; }

 p { color: rgb(208,144,250); }

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

background-color css

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

 a { background-color: rgb(208,144,250); }

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

border-color css

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

 span { border-color: rgb(208,144,250); }

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