Html Css Color HEX #D992EF Wisteria

📋 copy color: '#D992EF'

red 217 ◦ green 146 ◦ blue 239

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

Shades of Wisteria #D992EF

Tints of Wisteria #D992EF

RGB

 RED value IS 217 (85.16% from 255) = 36.05%

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

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

R = 36.05%
G = 24.25%
B = 39.7%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D992EF (or 0xD992EF) is known color: Wisteria. HEX triplet: D9, 92 and EF. RGB value is (217,146,239). Sum of RGB (Red+Green+Blue) = 217+146+239=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 146 (57.42% from 255 or 24.25% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #D992EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992EF is #266D10. Grayscale: #B1B1B1. Windows color (decimal): -2518289 or 15700697. OLE color: 15700697.

HSL color Cylindrical-coordinate representation of color #D992EF: hue angle of 285.81º 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 #D992EF is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 217 146 239 -
CMYK 0.09 0.39 0 0.06
HSL 285.81º 0.74% 0.75% -
HSV(B) 285.81º 0.39% 0.94% -
XYZ 54.47 41.54 86.81 -
YUV 177.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 217 146 239 0.09 0.39 0 0.06 285.81 0.74 0.75
Hex D9 92 EF 9 27 0 6 11E 4A 4B
Octal 331 222 357 11 47 0 6 436 112 113
Binary 11011001 10010010 11101111 1001 100111 0 110 100011110 1001010 1001011

Color Harmonies of #D992EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992EF

Black with #D992EF

Text Example


Text Example

White with #D992EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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