Html Css Color HEX #D092EF Wisteria

📋 copy color: '#D092EF'

red 208 ◦ green 146 ◦ blue 239

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

Shades of Wisteria #D092EF

Tints of Wisteria #D092EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.3%

R = 35.08%
G = 24.62%
B = 40.3%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D092EF (or 0xD092EF) is known color: Wisteria. HEX triplet: D0, 92 and EF. RGB value is (208,146,239). Sum of RGB (Red+Green+Blue) = 208+146+239=593 (78% of max value = 765). Red value is 208 (81.64% from 255 or 35.08% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #D092EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092EF is #2F6D10. Grayscale: #AEAEAE. Windows color (decimal): -3108113 or 15700688. OLE color: 15700688.

HSL color Cylindrical-coordinate representation of color #D092EF: hue angle of 280º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D092EF is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 146 239 -
CMYK 0.13 0.39 0 0.06
HSL 280º 0.74% 0.75% -
HSV(B) 280º 0.39% 0.94% -
XYZ 51.87 40.2 86.69 -
YUV 175.14 164.04 151.44 -
System Red Green Blue C M Y K H S L
Decimal 208 146 239 0.13 0.39 0 0.06 280 0.74 0.75
Hex D0 92 EF D 27 0 6 118 4A 4B
Octal 320 222 357 15 47 0 6 430 112 113
Binary 11010000 10010010 11101111 1101 100111 0 110 100011000 1001010 1001011

Color Harmonies of #D092EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092EF

Black with #D092EF

Text Example


Text Example

White with #D092EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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