Html Css Color HEX #D099DA Wisteria

📋 copy color: '#D099DA'

red 208 ◦ green 153 ◦ blue 218

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

Shades of Wisteria #D099DA

Tints of Wisteria #D099DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.65%

R = 35.92%
G = 26.42%
B = 37.65%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D099DA (or 0xD099DA) is known color: Wisteria. HEX triplet: D0, 99 and DA. RGB value is (208,153,218). Sum of RGB (Red+Green+Blue) = 208+153+218=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 153 (60.16% from 255 or 26.42% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #D099DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D099DA is #2F6625. Grayscale: #B0B0B0. Windows color (decimal): -3106342 or 14326224. OLE color: 14326224.

HSL color Cylindrical-coordinate representation of color #D099DA: hue angle of 290.77º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D099DA is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 208 153 218 -
CMYK 0.05 0.30 0 0.15
HSL 290.77º 0.47% 0.73% -
HSV(B) 290.77º 0.3% 0.85% -
XYZ 50.06 41.25 71.65 -
YUV 176.86 151.22 150.21 -
System Red Green Blue C M Y K H S L
Decimal 208 153 218 0.05 0.30 0 0.15 290.77 0.47 0.73
Hex D0 99 DA 5 1E 0 F 123 2F 49
Octal 320 231 332 5 36 0 17 443 57 111
Binary 11010000 10011001 11011010 101 11110 0 1111 100100011 101111 1001001

Color Harmonies of #D099DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099DA

Black with #D099DA

Text Example


Text Example

White with #D099DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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