Html Css Color HEX #D392E0 Wisteria

📋 copy color: '#D392E0'

red 211 ◦ green 146 ◦ blue 224

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

Shades of Wisteria #D392E0

Tints of Wisteria #D392E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.55%

R = 36.32%
G = 25.13%
B = 38.55%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D392E0 (or 0xD392E0) is known color: Wisteria. HEX triplet: D3, 92 and E0. RGB value is (211,146,224). Sum of RGB (Red+Green+Blue) = 211+146+224=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #D392E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D392E0 is #2C6D1F. Grayscale: #AEAEAE. Windows color (decimal): -2911520 or 14717651. OLE color: 14717651.

HSL color Cylindrical-coordinate representation of color #D392E0: hue angle of 290º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D392E0 is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 211 146 224 -
CMYK 0.06 0.35 0 0.12
HSL 290º 0.56% 0.73% -
HSV(B) 290º 0.35% 0.88% -
XYZ 50.6 39.79 75.53 -
YUV 174.33 156.03 154.16 -
System Red Green Blue C M Y K H S L
Decimal 211 146 224 0.06 0.35 0 0.12 290 0.56 0.73
Hex D3 92 E0 6 23 0 C 122 38 49
Octal 323 222 340 6 43 0 14 442 70 111
Binary 11010011 10010010 11100000 110 100011 0 1100 100100010 111000 1001001

Color Harmonies of #D392E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392E0

Black with #D392E0

Text Example


Text Example

White with #D392E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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