Html Css Color HEX #D28DEE Wisteria

📋 copy color: '#D28DEE'

red 210 ◦ green 141 ◦ blue 238

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

Shades of Wisteria #D28DEE

Tints of Wisteria #D28DEE

RGB

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

 GREEN value IS 141 (55.47% from 255) = 23.94%

 BLUE value IS 238 (93.36% from 255) = 40.41%

R = 35.65%
G = 23.94%
B = 40.41%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D28DEE (or 0xD28DEE) is known color: Wisteria. HEX triplet: D2, 8D and EE. RGB value is (210,141,238). Sum of RGB (Red+Green+Blue) = 210+141+238=589 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.65% from 589); Green value is 141 (55.47% from 255 or 23.94% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #D28DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28DEE is #2D7211. Grayscale: #ACACAC. Windows color (decimal): -2978322 or 15633874. OLE color: 15633874.

HSL color Cylindrical-coordinate representation of color #D28DEE: hue angle of 282.68º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28DEE is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 141 238 -
CMYK 0.12 0.41 0 0.07
HSL 282.68º 0.74% 0.74% -
HSV(B) 282.68º 0.41% 0.93% -
XYZ 51.54 38.92 85.69 -
YUV 172.69 164.86 154.61 -
System Red Green Blue C M Y K H S L
Decimal 210 141 238 0.12 0.41 0 0.07 282.68 0.74 0.74
Hex D2 8D EE C 29 0 7 11B 4A 4A
Octal 322 215 356 14 51 0 7 433 112 112
Binary 11010010 10001101 11101110 1100 101001 0 111 100011011 1001010 1001010

Color Harmonies of #D28DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DEE

Black with #D28DEE

Text Example


Text Example

White with #D28DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DEE; }

 p { color: rgb(210,141,238); }

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

background-color css

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

 a { background-color: rgb(210,141,238); }

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

border-color css

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

 span { border-color: rgb(210,141,238); }

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