Html Css Color HEX #D099EA Wisteria

📋 copy color: '#D099EA'

red 208 ◦ green 153 ◦ blue 234

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

Shades of Wisteria #D099EA

Tints of Wisteria #D099EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.33%

R = 34.96%
G = 25.71%
B = 39.33%

CMYK

 C value IS 0.11

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D099EA (or 0xD099EA) is known color: Wisteria. HEX triplet: D0, 99 and EA. RGB value is (208,153,234). Sum of RGB (Red+Green+Blue) = 208+153+234=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 153 (60.16% from 255 or 25.71% from 595); Blue value is 234 (91.80% from 255 or 39.33% from 595); Max value from RGB is 234 - color contains mainly: blue. Hex color #D099EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099EA is #2F6615. Grayscale: #B2B2B2. Windows color (decimal): -3106326 or 15374800. OLE color: 15374800.

HSL color Cylindrical-coordinate representation of color #D099EA: hue angle of 280.74º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D099EA is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 153 234 -
CMYK 0.11 0.35 0 0.08
HSL 280.74º 0.66% 0.76% -
HSV(B) 280.74º 0.35% 0.92% -
XYZ 52.25 42.13 83.22 -
YUV 178.68 159.22 148.91 -
System Red Green Blue C M Y K H S L
Decimal 208 153 234 0.11 0.35 0 0.08 280.74 0.66 0.76
Hex D0 99 EA B 23 0 8 119 42 4C
Octal 320 231 352 13 43 0 10 431 102 114
Binary 11010000 10011001 11101010 1011 100011 0 1000 100011001 1000010 1001100

Color Harmonies of #D099EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D099EA

Black with #D099EA

Text Example


Text Example

White with #D099EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D099EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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