Html Css Color HEX #D28EDF Wisteria

📋 copy color: '#D28EDF'

red 210 ◦ green 142 ◦ blue 223

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

Shades of Wisteria #D28EDF

Tints of Wisteria #D28EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.78%

R = 36.52%
G = 24.7%
B = 38.78%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D28EDF (or 0xD28EDF) is known color: Wisteria. HEX triplet: D2, 8E and DF. RGB value is (210,142,223). Sum of RGB (Red+Green+Blue) = 210+142+223=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 142 (55.86% from 255 or 24.70% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #D28EDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28EDF is #2D7120. Grayscale: #ABABAB. Windows color (decimal): -2978081 or 14651090. OLE color: 14651090.

HSL color Cylindrical-coordinate representation of color #D28EDF: hue angle of 290.37º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28EDF is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 142 223 -
CMYK 0.06 0.36 0 0.13
HSL 290.37º 0.56% 0.72% -
HSV(B) 290.37º 0.36% 0.87% -
XYZ 49.57 38.38 74.61 -
YUV 171.57 157.03 155.41 -
System Red Green Blue C M Y K H S L
Decimal 210 142 223 0.06 0.36 0 0.13 290.37 0.56 0.72
Hex D2 8E DF 6 24 0 D 122 38 48
Octal 322 216 337 6 44 0 15 442 70 110
Binary 11010010 10001110 11011111 110 100100 0 1101 100100010 111000 1001000

Color Harmonies of #D28EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28EDF

Black with #D28EDF

Text Example


Text Example

White with #D28EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28EDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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