Html Css Color HEX #D28CDE Plum

📋 copy color: '#D28CDE'

red 210 ◦ green 140 ◦ blue 222

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

Shades of Plum #D28CDE

Tints of Plum #D28CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.81%

R = 36.71%
G = 24.48%
B = 38.81%

CMYK

 C value IS 0.05

 M value IS 0.37

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D28CDE (or 0xD28CDE) is known color: Plum. HEX triplet: D2, 8C and DE. RGB value is (210,140,222). Sum of RGB (Red+Green+Blue) = 210+140+222=572 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.71% from 572); Green value is 140 (55.08% from 255 or 24.48% from 572); Blue value is 222 (87.11% from 255 or 38.81% from 572); Max value from RGB is 222 - color contains mainly: blue. Hex color #D28CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CDE is #2D7321. Grayscale: #AAAAAA. Windows color (decimal): -2978594 or 14585042. OLE color: 14585042.

HSL color Cylindrical-coordinate representation of color #D28CDE: hue angle of 291.22º degrees, saturation: 0.55, 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 #D28CDE is Cyan = 0.05, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 140 222 -
CMYK 0.05 0.37 0 0.13
HSL 291.22º 0.55% 0.71% -
HSV(B) 291.22º 0.37% 0.87% -
XYZ 49.14 37.73 73.8 -
YUV 170.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 210 140 222 0.05 0.37 0 0.13 291.22 0.55 0.71
Hex D2 8C DE 5 25 0 D 123 37 47
Octal 322 214 336 5 45 0 15 443 67 107
Binary 11010010 10001100 11011110 101 100101 0 1101 100100011 110111 1000111

Color Harmonies of #D28CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CDE

Black with #D28CDE

Text Example


Text Example

White with #D28CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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