Html Css Color HEX #D28EEF Wisteria

📋 copy color: '#D28EEF'

red 210 ◦ green 142 ◦ blue 239

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

Shades of Wisteria #D28EEF

Tints of Wisteria #D28EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.44%

R = 35.53%
G = 24.03%
B = 40.44%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D28EEF (or 0xD28EEF) is known color: Wisteria. HEX triplet: D2, 8E and EF. RGB value is (210,142,239). Sum of RGB (Red+Green+Blue) = 210+142+239=591 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.53% from 591); Green value is 142 (55.86% from 255 or 24.03% from 591); Blue value is 239 (93.75% from 255 or 40.44% from 591); Max value from RGB is 239 - color contains mainly: blue. Hex color #D28EEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28EEF is #2D7110. Grayscale: #ADADAD. Windows color (decimal): -2978065 or 15699666. OLE color: 15699666.

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

Color convert

RGB 210 142 239 -
CMYK 0.12 0.41 0 0.06
HSL 282.06º 0.75% 0.75% -
HSV(B) 282.06º 0.41% 0.94% -
XYZ 51.83 39.28 86.51 -
YUV 173.39 165.03 154.11 -
System Red Green Blue C M Y K H S L
Decimal 210 142 239 0.12 0.41 0 0.06 282.06 0.75 0.75
Hex D2 8E EF C 29 0 6 11A 4B 4B
Octal 322 216 357 14 51 0 6 432 113 113
Binary 11010010 10001110 11101111 1100 101001 0 110 100011010 1001011 1001011

Color Harmonies of #D28EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EEF

Black with #D28EEF

Text Example


Text Example

White with #D28EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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