Html Css Color HEX #D999F2 Wisteria

📋 copy color: '#D999F2'

red 217 ◦ green 153 ◦ blue 242

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

Shades of Wisteria #D999F2

Tints of Wisteria #D999F2

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25%

 BLUE value IS 242 (94.92% from 255) = 39.54%

R = 35.46%
G = 25%
B = 39.54%

CMYK

 C value IS 0.10

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D999F2 (or 0xD999F2) is known color: Wisteria. HEX triplet: D9, 99 and F2. RGB value is (217,153,242). Sum of RGB (Red+Green+Blue) = 217+153+242=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 153 (60.16% from 255 or 25% from 612); Blue value is 242 (94.92% from 255 or 39.54% from 612); Max value from RGB is 242 - color contains mainly: blue. Hex color #D999F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D999F2 is #26660D. Grayscale: #B5B5B5. Windows color (decimal): -2516494 or 15899097. OLE color: 15899097.

HSL color Cylindrical-coordinate representation of color #D999F2: hue angle of 283.15º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D999F2 is Cyan = 0.10, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 153 242 -
CMYK 0.10 0.37 0 0.05
HSL 283.15º 0.77% 0.77% -
HSV(B) 283.15º 0.37% 0.95% -
XYZ 56.03 43.94 89.53 -
YUV 182.28 161.7 152.76 -
System Red Green Blue C M Y K H S L
Decimal 217 153 242 0.10 0.37 0 0.05 283.15 0.77 0.77
Hex D9 99 F2 A 25 0 5 11B 4D 4D
Octal 331 231 362 12 45 0 5 433 115 115
Binary 11011001 10011001 11110010 1010 100101 0 101 100011011 1001101 1001101

Color Harmonies of #D999F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D999F2

Black with #D999F2

Text Example


Text Example

White with #D999F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D999F2; }

 p { color: rgb(217,153,242); }

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

background-color css

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

 a { background-color: rgb(217,153,242); }

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

border-color css

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

 span { border-color: rgb(217,153,242); }

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