Html Css Color HEX #D28DDF Wisteria

📋 copy color: '#D28DDF'

red 210 ◦ green 141 ◦ blue 223

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

Shades of Wisteria #D28DDF

Tints of Wisteria #D28DDF

RGB

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

 GREEN value IS 141 (55.47% from 255) = 24.56%

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

R = 36.59%
G = 24.56%
B = 38.85%

CMYK

 C value IS 0.06

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D28DDF (or 0xD28DDF) is known color: Wisteria. HEX triplet: D2, 8D and DF. RGB value is (210,141,223). Sum of RGB (Red+Green+Blue) = 210+141+223=574 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.59% from 574); Green value is 141 (55.47% from 255 or 24.56% from 574); Blue value is 223 (87.5% from 255 or 38.85% from 574); Max value from RGB is 223 - color contains mainly: blue. Hex color #D28DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28DDF is #2D7220. Grayscale: #AAAAAA. Windows color (decimal): -2978337 or 14650834. OLE color: 14650834.

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

Color convert

RGB 210 141 223 -
CMYK 0.06 0.37 0 0.13
HSL 290.49º 0.56% 0.71% -
HSV(B) 290.49º 0.37% 0.87% -
XYZ 49.42 38.08 74.56 -
YUV 170.98 157.36 155.83 -
System Red Green Blue C M Y K H S L
Decimal 210 141 223 0.06 0.37 0 0.13 290.49 0.56 0.71
Hex D2 8D DF 6 25 0 D 122 38 47
Octal 322 215 337 6 45 0 15 442 70 107
Binary 11010010 10001101 11011111 110 100101 0 1101 100100010 111000 1000111

Color Harmonies of #D28DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28DDF

Black with #D28DDF

Text Example


Text Example

White with #D28DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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