Html Css Color HEX #D092E5 Wisteria

📋 copy color: '#D092E5'

red 208 ◦ green 146 ◦ blue 229

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

Shades of Wisteria #D092E5

Tints of Wisteria #D092E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 39.28%

R = 35.68%
G = 25.04%
B = 39.28%

CMYK

 C value IS 0.09

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D092E5 (or 0xD092E5) is known color: Wisteria. HEX triplet: D0, 92 and E5. RGB value is (208,146,229). Sum of RGB (Red+Green+Blue) = 208+146+229=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 146 (57.42% from 255 or 25.04% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #D092E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092E5 is #2F6D1A. Grayscale: #ADADAD. Windows color (decimal): -3108123 or 15045328. OLE color: 15045328.

HSL color Cylindrical-coordinate representation of color #D092E5: hue angle of 284.82º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D092E5 is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 208 146 229 -
CMYK 0.09 0.36 0 0.10
HSL 284.82º 0.61% 0.74% -
HSV(B) 284.82º 0.36% 0.9% -
XYZ 50.43 39.62 79.12 -
YUV 174 159.04 152.25 -
System Red Green Blue C M Y K H S L
Decimal 208 146 229 0.09 0.36 0 0.10 284.82 0.61 0.74
Hex D0 92 E5 9 24 0 A 11D 3D 4A
Octal 320 222 345 11 44 0 12 435 75 112
Binary 11010000 10010010 11100101 1001 100100 0 1010 100011101 111101 1001010

Color Harmonies of #D092E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092E5

Black with #D092E5

Text Example


Text Example

White with #D092E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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