Html Css Color HEX #D192EE Wisteria

📋 copy color: '#D192EE'

red 209 ◦ green 146 ◦ blue 238

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

Shades of Wisteria #D192EE

Tints of Wisteria #D192EE

RGB

 RED value IS 209 (82.03% from 255) = 35.24%

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

 BLUE value IS 238 (93.36% from 255) = 40.13%

R = 35.24%
G = 24.62%
B = 40.13%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D192EE (or 0xD192EE) is known color: Wisteria. HEX triplet: D1, 92 and EE. RGB value is (209,146,238). Sum of RGB (Red+Green+Blue) = 209+146+238=593 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.24% from 593); Green value is 146 (57.42% from 255 or 24.62% from 593); Blue value is 238 (93.36% from 255 or 40.13% from 593); Max value from RGB is 238 - color contains mainly: blue. Hex color #D192EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D192EE is #2E6D11. Grayscale: #AFAFAF. Windows color (decimal): -3042578 or 15635153. OLE color: 15635153.

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

Color convert

RGB 209 146 238 -
CMYK 0.12 0.39 0 0.07
HSL 281.09º 0.73% 0.75% -
HSV(B) 281.09º 0.39% 0.93% -
XYZ 52.01 40.29 85.92 -
YUV 175.33 163.37 152.02 -
System Red Green Blue C M Y K H S L
Decimal 209 146 238 0.12 0.39 0 0.07 281.09 0.73 0.75
Hex D1 92 EE C 27 0 7 119 49 4B
Octal 321 222 356 14 47 0 7 431 111 113
Binary 11010001 10010010 11101110 1100 100111 0 111 100011001 1001001 1001011

Color Harmonies of #D192EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D192EE

Black with #D192EE

Text Example


Text Example

White with #D192EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D192EE; }

 p { color: rgb(209,146,238); }

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

background-color css

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

 a { background-color: rgb(209,146,238); }

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

border-color css

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

 span { border-color: rgb(209,146,238); }

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