Html Css Color HEX #D090F4 Wisteria

📋 copy color: '#D090F4'

red 208 ◦ green 144 ◦ blue 244

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

Shades of Wisteria #D090F4

Tints of Wisteria #D090F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.94%

R = 34.9%
G = 24.16%
B = 40.94%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D090F4 (or 0xD090F4) is known color: Wisteria. HEX triplet: D0, 90 and F4. RGB value is (208,144,244). Sum of RGB (Red+Green+Blue) = 208+144+244=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 144 (56.64% from 255 or 24.16% from 596); Blue value is 244 (95.70% from 255 or 40.94% from 596); Max value from RGB is 244 - color contains mainly: blue. Hex color #D090F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090F4 is #2F6F0B. Grayscale: #AEAEAE. Windows color (decimal): -3108620 or 16027856. OLE color: 16027856.

HSL color Cylindrical-coordinate representation of color #D090F4: hue angle of 278.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D090F4 is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 208 144 244 -
CMYK 0.15 0.41 0 0.04
HSL 278.4º 0.82% 0.76% -
HSV(B) 278.4º 0.41% 0.96% -
XYZ 52.31 39.89 90.53 -
YUV 174.54 167.2 151.87 -
System Red Green Blue C M Y K H S L
Decimal 208 144 244 0.15 0.41 0 0.04 278.4 0.82 0.76
Hex D0 90 F4 F 29 0 4 116 52 4C
Octal 320 220 364 17 51 0 4 426 122 114
Binary 11010000 10010000 11110100 1111 101001 0 100 100010110 1010010 1001100

Color Harmonies of #D090F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090F4

Black with #D090F4

Text Example


Text Example

White with #D090F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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