Html Css Color HEX #D392F6 Wisteria

📋 copy color: '#D392F6'

red 211 ◦ green 146 ◦ blue 246

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

Shades of Wisteria #D392F6

Tints of Wisteria #D392F6

RGB

 RED value IS 211 (82.81% from 255) = 34.99%

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

 BLUE value IS 246 (96.48% from 255) = 40.8%

R = 34.99%
G = 24.21%
B = 40.8%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D392F6 (or 0xD392F6) is known color: Wisteria. HEX triplet: D3, 92 and F6. RGB value is (211,146,246). Sum of RGB (Red+Green+Blue) = 211+146+246=603 (79% of max value = 765). Red value is 211 (82.81% from 255 or 34.99% from 603); Green value is 146 (57.42% from 255 or 24.21% from 603); Blue value is 246 (96.48% from 255 or 40.80% from 603); Max value from RGB is 246 - color contains mainly: blue. Hex color #D392F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392F6 is #2C6D09. Grayscale: #B0B0B0. Windows color (decimal): -2911498 or 16159443. OLE color: 16159443.

HSL color Cylindrical-coordinate representation of color #D392F6: hue angle of 279º degrees, saturation: 0.85, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D392F6 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 146 246 -
CMYK 0.14 0.41 0 0.04
HSL 279º 0.85% 0.77% -
HSV(B) 279º 0.41% 0.96% -
XYZ 53.78 41.06 92.28 -
YUV 176.84 167.03 152.37 -
System Red Green Blue C M Y K H S L
Decimal 211 146 246 0.14 0.41 0 0.04 279 0.85 0.77
Hex D3 92 F6 E 29 0 4 117 55 4D
Octal 323 222 366 16 51 0 4 427 125 115
Binary 11010011 10010010 11110110 1110 101001 0 100 100010111 1010101 1001101

Color Harmonies of #D392F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392F6

Black with #D392F6

Text Example


Text Example

White with #D392F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392F6; }

 p { color: rgb(211,146,246); }

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

background-color css

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

 a { background-color: rgb(211,146,246); }

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

border-color css

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

 span { border-color: rgb(211,146,246); }

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