Html Css Color HEX #D291ED Wisteria

📋 copy color: '#D291ED'

red 210 ◦ green 145 ◦ blue 237

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

Shades of Wisteria #D291ED

Tints of Wisteria #D291ED

RGB

 RED value IS 210 (82.42% from 255) = 35.47%

 GREEN value IS 145 (57.03% from 255) = 24.49%

 BLUE value IS 237 (92.97% from 255) = 40.03%

R = 35.47%
G = 24.49%
B = 40.03%

CMYK

 C value IS 0.11

 M value IS 0.39

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D291ED (or 0xD291ED) is known color: Wisteria. HEX triplet: D2, 91 and ED. RGB value is (210,145,237). Sum of RGB (Red+Green+Blue) = 210+145+237=592 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.47% from 592); Green value is 145 (57.03% from 255 or 24.49% from 592); Blue value is 237 (92.97% from 255 or 40.03% from 592); Max value from RGB is 237 - color contains mainly: blue. Hex color #D291ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D291ED is #2D6E12. Grayscale: #AEAEAE. Windows color (decimal): -2977299 or 15569362. OLE color: 15569362.

HSL color Cylindrical-coordinate representation of color #D291ED: hue angle of 282.39º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D291ED is Cyan = 0.11, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 145 237 -
CMYK 0.11 0.39 0 0.07
HSL 282.39º 0.72% 0.75% -
HSV(B) 282.39º 0.39% 0.93% -
XYZ 51.99 40.07 85.11 -
YUV 174.92 163.03 153.02 -
System Red Green Blue C M Y K H S L
Decimal 210 145 237 0.11 0.39 0 0.07 282.39 0.72 0.75
Hex D2 91 ED B 27 0 7 11A 48 4B
Octal 322 221 355 13 47 0 7 432 110 113
Binary 11010010 10010001 11101101 1011 100111 0 111 100011010 1001000 1001011

Color Harmonies of #D291ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D291ED

Black with #D291ED

Text Example


Text Example

White with #D291ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D291ED; }

 p { color: rgb(210,145,237); }

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

background-color css

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

 a { background-color: rgb(210,145,237); }

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

border-color css

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

 span { border-color: rgb(210,145,237); }

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