Html Css Color HEX #D28EF1 Wisteria

📋 copy color: '#D28EF1'

red 210 ◦ green 142 ◦ blue 241

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

Shades of Wisteria #D28EF1

Tints of Wisteria #D28EF1

RGB

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

 GREEN value IS 142 (55.86% from 255) = 23.95%

 BLUE value IS 241 (94.53% from 255) = 40.64%

R = 35.41%
G = 23.95%
B = 40.64%

CMYK

 C value IS 0.13

 M value IS 0.41

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D28EF1 (or 0xD28EF1) is known color: Wisteria. HEX triplet: D2, 8E and F1. RGB value is (210,142,241). Sum of RGB (Red+Green+Blue) = 210+142+241=593 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.41% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 241 (94.53% from 255 or 40.64% from 593); Max value from RGB is 241 - color contains mainly: blue. Hex color #D28EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EF1 is #2D710E. Grayscale: #ADADAD. Windows color (decimal): -2978063 or 15830738. OLE color: 15830738.

HSL color Cylindrical-coordinate representation of color #D28EF1: hue angle of 281.21º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28EF1 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 210 142 241 -
CMYK 0.13 0.41 0 0.05
HSL 281.21º 0.78% 0.75% -
HSV(B) 281.21º 0.41% 0.95% -
XYZ 52.13 39.4 88.08 -
YUV 173.62 166.03 153.95 -
System Red Green Blue C M Y K H S L
Decimal 210 142 241 0.13 0.41 0 0.05 281.21 0.78 0.75
Hex D2 8E F1 D 29 0 5 119 4E 4B
Octal 322 216 361 15 51 0 5 431 116 113
Binary 11010010 10001110 11110001 1101 101001 0 101 100011001 1001110 1001011

Color Harmonies of #D28EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EF1

Black with #D28EF1

Text Example


Text Example

White with #D28EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EF1; }

 p { color: rgb(210,142,241); }

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

background-color css

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

 a { background-color: rgb(210,142,241); }

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

border-color css

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

 span { border-color: rgb(210,142,241); }

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