Html Css Color HEX #D097DB Wisteria

📋 copy color: '#D097DB'

red 208 ◦ green 151 ◦ blue 219

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

Shades of Wisteria #D097DB

Tints of Wisteria #D097DB

RGB

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

 GREEN value IS 151 (59.38% from 255) = 26.12%

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 35.99%
G = 26.12%
B = 37.89%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D097DB (or 0xD097DB) is known color: Wisteria. HEX triplet: D0, 97 and DB. RGB value is (208,151,219). Sum of RGB (Red+Green+Blue) = 208+151+219=578 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.99% from 578); Green value is 151 (59.38% from 255 or 26.12% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D097DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D097DB is #2F6824. Grayscale: #AFAFAF. Windows color (decimal): -3106853 or 14391248. OLE color: 14391248.

HSL color Cylindrical-coordinate representation of color #D097DB: hue angle of 290.29º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D097DB is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 208 151 219 -
CMYK 0.05 0.31 0 0.14
HSL 290.29º 0.49% 0.73% -
HSV(B) 290.29º 0.31% 0.86% -
XYZ 49.87 40.66 72.24 -
YUV 175.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 208 151 219 0.05 0.31 0 0.14 290.29 0.49 0.73
Hex D0 97 DB 5 1F 0 E 122 31 49
Octal 320 227 333 5 37 0 16 442 61 111
Binary 11010000 10010111 11011011 101 11111 0 1110 100100010 110001 1001001

Color Harmonies of #D097DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D097DB

Black with #D097DB

Text Example


Text Example

White with #D097DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D097DB; }

 p { color: rgb(208,151,219); }

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

background-color css

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

 a { background-color: rgb(208,151,219); }

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

border-color css

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

 span { border-color: rgb(208,151,219); }

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