Html Css Color HEX #D28CE6 Wisteria

📋 copy color: '#D28CE6'

red 210 ◦ green 140 ◦ blue 230

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

Shades of Wisteria #D28CE6

Tints of Wisteria #D28CE6

RGB

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

 GREEN value IS 140 (55.08% from 255) = 24.14%

 BLUE value IS 230 (90.23% from 255) = 39.66%

R = 36.21%
G = 24.14%
B = 39.66%

CMYK

 C value IS 0.09

 M value IS 0.39

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#D28CE6 (or 0xD28CE6) is known color: Wisteria. HEX triplet: D2, 8C and E6. RGB value is (210,140,230). Sum of RGB (Red+Green+Blue) = 210+140+230=580 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.21% from 580); Green value is 140 (55.08% from 255 or 24.14% from 580); Blue value is 230 (90.23% from 255 or 39.66% from 580); Max value from RGB is 230 - color contains mainly: blue. Hex color #D28CE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D28CE6 is #2D7319. Grayscale: #AAAAAA. Windows color (decimal): -2978586 or 15109330. OLE color: 15109330.

HSL color Cylindrical-coordinate representation of color #D28CE6: hue angle of 286.67º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D28CE6 is Cyan = 0.09, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 210 140 230 -
CMYK 0.09 0.39 0 0.10
HSL 286.67º 0.64% 0.73% -
HSV(B) 286.67º 0.39% 0.9% -
XYZ 50.24 38.17 79.58 -
YUV 171.19 161.19 155.68 -
System Red Green Blue C M Y K H S L
Decimal 210 140 230 0.09 0.39 0 0.10 286.67 0.64 0.73
Hex D2 8C E6 9 27 0 A 11F 40 49
Octal 322 214 346 11 47 0 12 437 100 111
Binary 11010010 10001100 11100110 1001 100111 0 1010 100011111 1000000 1001001

Color Harmonies of #D28CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CE6

Black with #D28CE6

Text Example


Text Example

White with #D28CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CE6; }

 p { color: rgb(210,140,230); }

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

background-color css

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

 a { background-color: rgb(210,140,230); }

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

border-color css

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

 span { border-color: rgb(210,140,230); }

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