Html Css Color HEX #D28BEE Wisteria

📋 copy color: '#D28BEE'

red 210 ◦ green 139 ◦ blue 238

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

Shades of Wisteria #D28BEE

Tints of Wisteria #D28BEE

RGB

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

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

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

R = 35.78%
G = 23.68%
B = 40.55%

CMYK

 C value IS 0.12

 M value IS 0.42

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D28BEE (or 0xD28BEE) is known color: Wisteria. HEX triplet: D2, 8B and EE. RGB value is (210,139,238). Sum of RGB (Red+Green+Blue) = 210+139+238=587 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.78% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #D28BEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28BEE is #2D7411. Grayscale: #ABABAB. Windows color (decimal): -2978834 or 15633362. OLE color: 15633362.

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

Color convert

RGB 210 139 238 -
CMYK 0.12 0.42 0 0.07
HSL 283.03º 0.74% 0.74% -
HSV(B) 283.03º 0.42% 0.93% -
XYZ 51.24 38.34 85.59 -
YUV 171.52 165.52 155.45 -
System Red Green Blue C M Y K H S L
Decimal 210 139 238 0.12 0.42 0 0.07 283.03 0.74 0.74
Hex D2 8B EE C 2A 0 7 11B 4A 4A
Octal 322 213 356 14 52 0 7 433 112 112
Binary 11010010 10001011 11101110 1100 101010 0 111 100011011 1001010 1001010

Color Harmonies of #D28BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28BEE

Black with #D28BEE

Text Example


Text Example

White with #D28BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28BEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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