Html Css Color HEX #D28AEE Wisteria

📋 copy color: '#D28AEE'

red 210 ◦ green 138 ◦ blue 238

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

Shades of Wisteria #D28AEE

Tints of Wisteria #D28AEE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 23.55%

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

R = 35.84%
G = 23.55%
B = 40.61%

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

#D28AEE (or 0xD28AEE) is known color: Wisteria. HEX triplet: D2, 8A and EE. RGB value is (210,138,238). Sum of RGB (Red+Green+Blue) = 210+138+238=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 138 (54.30% from 255 or 23.55% from 586); Blue value is 238 (93.36% from 255 or 40.61% from 586); Max value from RGB is 238 - color contains mainly: blue. Hex color #D28AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28AEE is #2D7511. Grayscale: #AAAAAA. Windows color (decimal): -2979090 or 15633106. OLE color: 15633106.

HSL color Cylindrical-coordinate representation of color #D28AEE: hue angle of 283.2º degrees, saturation: 0.75, 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 #D28AEE is Cyan = 0.12, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 138 238 -
CMYK 0.12 0.42 0 0.07
HSL 283.2º 0.75% 0.74% -
HSV(B) 283.2º 0.42% 0.93% -
XYZ 51.1 38.05 85.54 -
YUV 170.93 165.85 155.87 -
System Red Green Blue C M Y K H S L
Decimal 210 138 238 0.12 0.42 0 0.07 283.2 0.75 0.74
Hex D2 8A EE C 2A 0 7 11B 4B 4A
Octal 322 212 356 14 52 0 7 433 113 112
Binary 11010010 10001010 11101110 1100 101010 0 111 100011011 1001011 1001010

Color Harmonies of #D28AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28AEE

Black with #D28AEE

Text Example


Text Example

White with #D28AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28AEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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