Html Css Color HEX #D099DD Wisteria

📋 copy color: '#D099DD'

red 208 ◦ green 153 ◦ blue 221

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

Shades of Wisteria #D099DD

Tints of Wisteria #D099DD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 26.29%

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

R = 35.74%
G = 26.29%
B = 37.97%

CMYK

 C value IS 0.06

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D099DD (or 0xD099DD) is known color: Wisteria. HEX triplet: D0, 99 and DD. RGB value is (208,153,221). Sum of RGB (Red+Green+Blue) = 208+153+221=582 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.74% from 582); Green value is 153 (60.16% from 255 or 26.29% from 582); Blue value is 221 (86.72% from 255 or 37.97% from 582); Max value from RGB is 221 - color contains mainly: blue. Hex color #D099DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099DD is #2F6622. Grayscale: #B0B0B0. Windows color (decimal): -3106339 or 14522832. OLE color: 14522832.

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

Color convert

RGB 208 153 221 -
CMYK 0.06 0.31 0 0.13
HSL 288.53º 0.5% 0.73% -
HSV(B) 288.53º 0.31% 0.87% -
XYZ 50.45 41.41 73.74 -
YUV 177.2 152.72 149.97 -
System Red Green Blue C M Y K H S L
Decimal 208 153 221 0.06 0.31 0 0.13 288.53 0.5 0.73
Hex D0 99 DD 6 1F 0 D 121 32 49
Octal 320 231 335 6 37 0 15 441 62 111
Binary 11010000 10011001 11011101 110 11111 0 1101 100100001 110010 1001001

Color Harmonies of #D099DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099DD

Black with #D099DD

Text Example


Text Example

White with #D099DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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