Html Css Color HEX #D58FEB Wisteria

📋 copy color: '#D58FEB'

red 213 ◦ green 143 ◦ blue 235

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

Shades of Wisteria #D58FEB

Tints of Wisteria #D58FEB

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.2%

 BLUE value IS 235 (92.19% from 255) = 39.76%

R = 36.04%
G = 24.2%
B = 39.76%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D58FEB (or 0xD58FEB) is known color: Wisteria. HEX triplet: D5, 8F and EB. RGB value is (213,143,235). Sum of RGB (Red+Green+Blue) = 213+143+235=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 143 (56.25% from 255 or 24.20% from 591); Blue value is 235 (92.19% from 255 or 39.76% from 591); Max value from RGB is 235 - color contains mainly: blue. Hex color #D58FEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D58FEB is #2A7014. Grayscale: #AEAEAE. Windows color (decimal): -2781205 or 15437781. OLE color: 15437781.

HSL color Cylindrical-coordinate representation of color #D58FEB: hue angle of 285.65º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D58FEB is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 213 143 235 -
CMYK 0.09 0.39 0 0.08
HSL 285.65º 0.7% 0.74% -
HSV(B) 285.65º 0.39% 0.92% -
XYZ 52.26 39.79 83.52 -
YUV 174.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 213 143 235 0.09 0.39 0 0.08 285.65 0.7 0.74
Hex D5 8F EB 9 27 0 8 11E 46 4A
Octal 325 217 353 11 47 0 10 436 106 112
Binary 11010101 10001111 11101011 1001 100111 0 1000 100011110 1000110 1001010

Color Harmonies of #D58FEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58FEB

Black with #D58FEB

Text Example


Text Example

White with #D58FEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58FEB; }

 p { color: rgb(213,143,235); }

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

background-color css

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

 a { background-color: rgb(213,143,235); }

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

border-color css

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

 span { border-color: rgb(213,143,235); }

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