Html Css Color HEX #D28FE1 Wisteria

📋 copy color: '#D28FE1'

red 210 ◦ green 143 ◦ blue 225

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

Shades of Wisteria #D28FE1

Tints of Wisteria #D28FE1

RGB

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

 GREEN value IS 143 (56.25% from 255) = 24.74%

 BLUE value IS 225 (88.28% from 255) = 38.93%

R = 36.33%
G = 24.74%
B = 38.93%

CMYK

 C value IS 0.07

 M value IS 0.36

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D28FE1 (or 0xD28FE1) is known color: Wisteria. HEX triplet: D2, 8F and E1. RGB value is (210,143,225). Sum of RGB (Red+Green+Blue) = 210+143+225=578 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.33% from 578); Green value is 143 (56.25% from 255 or 24.74% from 578); Blue value is 225 (88.28% from 255 or 38.93% from 578); Max value from RGB is 225 - color contains mainly: blue. Hex color #D28FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28FE1 is #2D701E. Grayscale: #ACACAC. Windows color (decimal): -2977823 or 14782418. OLE color: 14782418.

HSL color Cylindrical-coordinate representation of color #D28FE1: hue angle of 289.02º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28FE1 is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 210 143 225 -
CMYK 0.07 0.36 0 0.12
HSL 289.02º 0.58% 0.72% -
HSV(B) 289.02º 0.36% 0.88% -
XYZ 49.99 38.78 76.09 -
YUV 172.38 157.7 154.83 -
System Red Green Blue C M Y K H S L
Decimal 210 143 225 0.07 0.36 0 0.12 289.02 0.58 0.72
Hex D2 8F E1 7 24 0 C 121 3A 48
Octal 322 217 341 7 44 0 14 441 72 110
Binary 11010010 10001111 11100001 111 100100 0 1100 100100001 111010 1001000

Color Harmonies of #D28FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28FE1

Black with #D28FE1

Text Example


Text Example

White with #D28FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28FE1; }

 p { color: rgb(210,143,225); }

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

background-color css

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

 a { background-color: rgb(210,143,225); }

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

border-color css

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

 span { border-color: rgb(210,143,225); }

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