Html Css Color HEX #D997EE Wisteria

📋 copy color: '#D997EE'

red 217 ◦ green 151 ◦ blue 238

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

Shades of Wisteria #D997EE

Tints of Wisteria #D997EE

RGB

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

 GREEN value IS 151 (59.38% from 255) = 24.92%

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

R = 35.81%
G = 24.92%
B = 39.27%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D997EE (or 0xD997EE) is known color: Wisteria. HEX triplet: D9, 97 and EE. RGB value is (217,151,238). Sum of RGB (Red+Green+Blue) = 217+151+238=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 151 (59.38% from 255 or 24.92% from 606); Blue value is 238 (93.36% from 255 or 39.27% from 606); Max value from RGB is 238 - color contains mainly: blue. Hex color #D997EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D997EE is #266811. Grayscale: #B4B4B4. Windows color (decimal): -2517010 or 15636441. OLE color: 15636441.

HSL color Cylindrical-coordinate representation of color #D997EE: hue angle of 285.52º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D997EE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 151 238 -
CMYK 0.09 0.37 0 0.07
HSL 285.52º 0.72% 0.76% -
HSV(B) 285.52º 0.37% 0.93% -
XYZ 55.11 43.06 86.3 -
YUV 180.65 160.37 153.93 -
System Red Green Blue C M Y K H S L
Decimal 217 151 238 0.09 0.37 0 0.07 285.52 0.72 0.76
Hex D9 97 EE 9 25 0 7 11E 48 4C
Octal 331 227 356 11 45 0 7 436 110 114
Binary 11011001 10010111 11101110 1001 100101 0 111 100011110 1001000 1001100

Color Harmonies of #D997EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D997EE

Black with #D997EE

Text Example


Text Example

White with #D997EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D997EE; }

 p { color: rgb(217,151,238); }

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

background-color css

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

 a { background-color: rgb(217,151,238); }

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

border-color css

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

 span { border-color: rgb(217,151,238); }

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