Html Css Color HEX #D992F4 Wisteria

📋 copy color: '#D992F4'

red 217 ◦ green 146 ◦ blue 244

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

Shades of Wisteria #D992F4

Tints of Wisteria #D992F4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.2%

R = 35.75%
G = 24.05%
B = 40.2%

CMYK

 C value IS 0.11

 M value IS 0.40

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D992F4 (or 0xD992F4) is known color: Wisteria. HEX triplet: D9, 92 and F4. RGB value is (217,146,244). Sum of RGB (Red+Green+Blue) = 217+146+244=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 244 (95.70% from 255 or 40.20% from 607); Max value from RGB is 244 - color contains mainly: blue. Hex color #D992F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D992F4 is #266D0B. Grayscale: #B2B2B2. Windows color (decimal): -2518284 or 16028377. OLE color: 16028377.

HSL color Cylindrical-coordinate representation of color #D992F4: hue angle of 283.47º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D992F4 is Cyan = 0.11, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 146 244 -
CMYK 0.11 0.40 0 0.04
HSL 283.47º 0.82% 0.76% -
HSV(B) 283.47º 0.4% 0.96% -
XYZ 55.22 41.84 90.75 -
YUV 178.4 165.02 155.53 -
System Red Green Blue C M Y K H S L
Decimal 217 146 244 0.11 0.40 0 0.04 283.47 0.82 0.76
Hex D9 92 F4 B 28 0 4 11B 52 4C
Octal 331 222 364 13 50 0 4 433 122 114
Binary 11011001 10010010 11110100 1011 101000 0 100 100011011 1010010 1001100

Color Harmonies of #D992F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D992F4

Black with #D992F4

Text Example


Text Example

White with #D992F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D992F4; }

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

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

background-color css

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

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

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

border-color css

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

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

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