Html Css Color HEX #D593F3 Wisteria

📋 copy color: '#D593F3'

red 213 ◦ green 147 ◦ blue 243

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

Shades of Wisteria #D593F3

Tints of Wisteria #D593F3

RGB

 RED value IS 213 (83.59% from 255) = 35.32%

 GREEN value IS 147 (57.81% from 255) = 24.38%

 BLUE value IS 243 (95.31% from 255) = 40.3%

R = 35.32%
G = 24.38%
B = 40.3%

CMYK

 C value IS 0.12

 M value IS 0.40

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D593F3 (or 0xD593F3) is known color: Wisteria. HEX triplet: D5, 93 and F3. RGB value is (213,147,243). Sum of RGB (Red+Green+Blue) = 213+147+243=603 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.32% from 603); Green value is 147 (57.81% from 255 or 24.38% from 603); Blue value is 243 (95.31% from 255 or 40.30% from 603); Max value from RGB is 243 - color contains mainly: blue. Hex color #D593F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593F3 is #2A6C0C. Grayscale: #B1B1B1. Windows color (decimal): -2780173 or 15963093. OLE color: 15963093.

HSL color Cylindrical-coordinate representation of color #D593F3: hue angle of 281.25º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D593F3 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 147 243 -
CMYK 0.12 0.40 0 0.05
HSL 281.25º 0.8% 0.76% -
HSV(B) 281.25º 0.4% 0.95% -
XYZ 54.05 41.48 89.95 -
YUV 177.68 164.87 153.19 -
System Red Green Blue C M Y K H S L
Decimal 213 147 243 0.12 0.40 0 0.05 281.25 0.8 0.76
Hex D5 93 F3 C 28 0 5 119 50 4C
Octal 325 223 363 14 50 0 5 431 120 114
Binary 11010101 10010011 11110011 1100 101000 0 101 100011001 1010000 1001100

Color Harmonies of #D593F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593F3

Black with #D593F3

Text Example


Text Example

White with #D593F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593F3; }

 p { color: rgb(213,147,243); }

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

background-color css

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

 a { background-color: rgb(213,147,243); }

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

border-color css

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

 span { border-color: rgb(213,147,243); }

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