Html Css Color HEX #D098EB Wisteria

📋 copy color: '#D098EB'

red 208 ◦ green 152 ◦ blue 235

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

Shades of Wisteria #D098EB

Tints of Wisteria #D098EB

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.55%

 BLUE value IS 235 (92.19% from 255) = 39.5%

R = 34.96%
G = 25.55%
B = 39.5%

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

#D098EB (or 0xD098EB) is known color: Wisteria. HEX triplet: D0, 98 and EB. RGB value is (208,152,235). Sum of RGB (Red+Green+Blue) = 208+152+235=595 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.96% from 595); Green value is 152 (59.77% from 255 or 25.55% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #D098EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098EB is #2F6714. Grayscale: #B1B1B1. Windows color (decimal): -3106581 or 15440080. OLE color: 15440080.

HSL color Cylindrical-coordinate representation of color #D098EB: hue angle of 280.48º degrees, saturation: 0.67, 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 #D098EB is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 152 235 -
CMYK 0.11 0.35 0 0.08
HSL 280.48º 0.67% 0.76% -
HSV(B) 280.48º 0.35% 0.92% -
XYZ 52.24 41.86 83.92 -
YUV 178.21 160.05 149.25 -
System Red Green Blue C M Y K H S L
Decimal 208 152 235 0.11 0.35 0 0.08 280.48 0.67 0.76
Hex D0 98 EB B 23 0 8 118 43 4C
Octal 320 230 353 13 43 0 10 430 103 114
Binary 11010000 10011000 11101011 1011 100011 0 1000 100011000 1000011 1001100

Color Harmonies of #D098EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D098EB

Black with #D098EB

Text Example


Text Example

White with #D098EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D098EB; }

 p { color: rgb(208,152,235); }

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

background-color css

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

 a { background-color: rgb(208,152,235); }

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

border-color css

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

 span { border-color: rgb(208,152,235); }

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