Html Css Color HEX #D092ED Wisteria

📋 copy color: '#D092ED'

red 208 ◦ green 146 ◦ blue 237

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

Shades of Wisteria #D092ED

Tints of Wisteria #D092ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 35.19%
G = 24.7%
B = 40.1%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D092ED (or 0xD092ED) is known color: Wisteria. HEX triplet: D0, 92 and ED. RGB value is (208,146,237). Sum of RGB (Red+Green+Blue) = 208+146+237=591 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.19% from 591); Green value is 146 (57.42% from 255 or 24.70% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #D092ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092ED is #2F6D12. Grayscale: #AEAEAE. Windows color (decimal): -3108115 or 15569616. OLE color: 15569616.

HSL color Cylindrical-coordinate representation of color #D092ED: hue angle of 280.88º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D092ED is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 146 237 -
CMYK 0.12 0.38 0 0.07
HSL 280.88º 0.72% 0.75% -
HSV(B) 280.88º 0.38% 0.93% -
XYZ 51.58 40.08 85.14 -
YUV 174.91 163.04 151.6 -
System Red Green Blue C M Y K H S L
Decimal 208 146 237 0.12 0.38 0 0.07 280.88 0.72 0.75
Hex D0 92 ED C 26 0 7 119 48 4B
Octal 320 222 355 14 46 0 7 431 110 113
Binary 11010000 10010010 11101101 1100 100110 0 111 100011001 1001000 1001011

Color Harmonies of #D092ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092ED

Black with #D092ED

Text Example


Text Example

White with #D092ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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