Html Css Color HEX #D092DB Wisteria

📋 copy color: '#D092DB'

red 208 ◦ green 146 ◦ blue 219

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

Shades of Wisteria #D092DB

Tints of Wisteria #D092DB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.48%

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

R = 36.3%
G = 25.48%
B = 38.22%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D092DB (or 0xD092DB) is known color: Wisteria. HEX triplet: D0, 92 and DB. RGB value is (208,146,219). Sum of RGB (Red+Green+Blue) = 208+146+219=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 219 (85.94% from 255 or 38.22% from 573); Max value from RGB is 219 - color contains mainly: blue. Hex color #D092DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092DB is #2F6D24. Grayscale: #ACACAC. Windows color (decimal): -3108133 or 14389968. OLE color: 14389968.

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

Color convert

RGB 208 146 219 -
CMYK 0.05 0.33 0 0.14
HSL 290.96º 0.5% 0.72% -
HSV(B) 290.96º 0.33% 0.86% -
XYZ 49.08 39.08 71.97 -
YUV 172.86 154.04 153.06 -
System Red Green Blue C M Y K H S L
Decimal 208 146 219 0.05 0.33 0 0.14 290.96 0.5 0.72
Hex D0 92 DB 5 21 0 E 123 32 48
Octal 320 222 333 5 41 0 16 443 62 110
Binary 11010000 10010010 11011011 101 100001 0 1110 100100011 110010 1001000

Color Harmonies of #D092DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092DB

Black with #D092DB

Text Example


Text Example

White with #D092DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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