Html Css Color HEX #D28BEB Wisteria

📋 copy color: '#D28BEB'

red 210 ◦ green 139 ◦ blue 235

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

Shades of Wisteria #D28BEB

Tints of Wisteria #D28BEB

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.8%

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

R = 35.96%
G = 23.8%
B = 40.24%

CMYK

 C value IS 0.11

 M value IS 0.41

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D28BEB (or 0xD28BEB) is known color: Wisteria. HEX triplet: D2, 8B and EB. RGB value is (210,139,235). Sum of RGB (Red+Green+Blue) = 210+139+235=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 139 (54.69% from 255 or 23.80% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #D28BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28BEB is #2D7414. Grayscale: #AAAAAA. Windows color (decimal): -2978837 or 15436754. OLE color: 15436754.

HSL color Cylindrical-coordinate representation of color #D28BEB: hue angle of 284.38º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D28BEB is Cyan = 0.11, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 139 235 -
CMYK 0.11 0.41 0 0.08
HSL 284.38º 0.71% 0.73% -
HSV(B) 284.38º 0.41% 0.92% -
XYZ 50.81 38.17 83.29 -
YUV 171.17 164.02 155.69 -
System Red Green Blue C M Y K H S L
Decimal 210 139 235 0.11 0.41 0 0.08 284.38 0.71 0.73
Hex D2 8B EB B 29 0 8 11C 47 49
Octal 322 213 353 13 51 0 10 434 107 111
Binary 11010010 10001011 11101011 1011 101001 0 1000 100011100 1000111 1001001

Color Harmonies of #D28BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28BEB

Black with #D28BEB

Text Example


Text Example

White with #D28BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28BEB; }

 p { color: rgb(210,139,235); }

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

background-color css

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

 a { background-color: rgb(210,139,235); }

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

border-color css

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

 span { border-color: rgb(210,139,235); }

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