Html Css Color HEX #D59BEC Wisteria

📋 copy color: '#D59BEC'

red 213 ◦ green 155 ◦ blue 236

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

Shades of Wisteria #D59BEC

Tints of Wisteria #D59BEC

RGB

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

 GREEN value IS 155 (60.94% from 255) = 25.66%

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 35.26%
G = 25.66%
B = 39.07%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D59BEC (or 0xD59BEC) is known color: Wisteria. HEX triplet: D5, 9B and EC. RGB value is (213,155,236). Sum of RGB (Red+Green+Blue) = 213+155+236=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 155 (60.94% from 255 or 25.66% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #D59BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D59BEC is #2A6413. Grayscale: #B5B5B5. Windows color (decimal): -2778132 or 15506389. OLE color: 15506389.

HSL color Cylindrical-coordinate representation of color #D59BEC: hue angle of 282.96º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D59BEC is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 155 236 -
CMYK 0.10 0.34 0 0.07
HSL 282.96º 0.68% 0.77% -
HSV(B) 282.96º 0.34% 0.93% -
XYZ 54.3 43.64 84.92 -
YUV 181.58 158.72 150.41 -
System Red Green Blue C M Y K H S L
Decimal 213 155 236 0.10 0.34 0 0.07 282.96 0.68 0.77
Hex D5 9B EC A 22 0 7 11B 44 4D
Octal 325 233 354 12 42 0 7 433 104 115
Binary 11010101 10011011 11101100 1010 100010 0 111 100011011 1000100 1001101

Color Harmonies of #D59BEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59BEC

Black with #D59BEC

Text Example


Text Example

White with #D59BEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59BEC; }

 p { color: rgb(213,155,236); }

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

background-color css

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

 a { background-color: rgb(213,155,236); }

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

border-color css

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

 span { border-color: rgb(213,155,236); }

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