Html Css Color HEX #D092E1 Wisteria

📋 copy color: '#D092E1'

red 208 ◦ green 146 ◦ blue 225

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

Shades of Wisteria #D092E1

Tints of Wisteria #D092E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.86%

R = 35.92%
G = 25.22%
B = 38.86%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D092E1 (or 0xD092E1) is known color: Wisteria. HEX triplet: D0, 92 and E1. RGB value is (208,146,225). Sum of RGB (Red+Green+Blue) = 208+146+225=579 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.92% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 225 (88.28% from 255 or 38.86% from 579); Max value from RGB is 225 - color contains mainly: blue. Hex color #D092E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D092E1 is #2F6D1E. Grayscale: #ADADAD. Windows color (decimal): -3108127 or 14783184. OLE color: 14783184.

HSL color Cylindrical-coordinate representation of color #D092E1: hue angle of 287.09º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D092E1 is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 208 146 225 -
CMYK 0.08 0.35 0 0.12
HSL 287.09º 0.57% 0.73% -
HSV(B) 287.09º 0.35% 0.88% -
XYZ 49.88 39.4 76.21 -
YUV 173.54 157.04 152.58 -
System Red Green Blue C M Y K H S L
Decimal 208 146 225 0.08 0.35 0 0.12 287.09 0.57 0.73
Hex D0 92 E1 8 23 0 C 11F 39 49
Octal 320 222 341 10 43 0 14 437 71 111
Binary 11010000 10010010 11100001 1000 100011 0 1100 100011111 111001 1001001

Color Harmonies of #D092E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D092E1

Black with #D092E1

Text Example


Text Example

White with #D092E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D092E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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