Html Css Color HEX #D090DD Wisteria

📋 copy color: '#D090DD'

red 208 ◦ green 144 ◦ blue 221

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

Shades of Wisteria #D090DD

Tints of Wisteria #D090DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.57%

R = 36.3%
G = 25.13%
B = 38.57%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D090DD (or 0xD090DD) is known color: Wisteria. HEX triplet: D0, 90 and DD. RGB value is (208,144,221). Sum of RGB (Red+Green+Blue) = 208+144+221=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 221 (86.72% from 255 or 38.57% from 573); Max value from RGB is 221 - color contains mainly: blue. Hex color #D090DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090DD is #2F6F22. Grayscale: #ABABAB. Windows color (decimal): -3108643 or 14520528. OLE color: 14520528.

HSL color Cylindrical-coordinate representation of color #D090DD: hue angle of 289.87º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D090DD is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 144 221 -
CMYK 0.06 0.35 0 0.13
HSL 289.87º 0.53% 0.72% -
HSV(B) 289.87º 0.35% 0.87% -
XYZ 49.04 38.58 73.27 -
YUV 171.91 155.7 153.74 -
System Red Green Blue C M Y K H S L
Decimal 208 144 221 0.06 0.35 0 0.13 289.87 0.53 0.72
Hex D0 90 DD 6 23 0 D 122 35 48
Octal 320 220 335 6 43 0 15 442 65 110
Binary 11010000 10010000 11011101 110 100011 0 1101 100100010 110101 1001000

Color Harmonies of #D090DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D090DD

Black with #D090DD

Text Example


Text Example

White with #D090DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D090DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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