Html Css Color HEX #D28CDC Plum

📋 copy color: '#D28CDC'

red 210 ◦ green 140 ◦ blue 220

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

Shades of Plum #D28CDC

Tints of Plum #D28CDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.6%

R = 36.84%
G = 24.56%
B = 38.6%

CMYK

 C value IS 0.05

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D28CDC (or 0xD28CDC) is known color: Plum. HEX triplet: D2, 8C and DC. RGB value is (210,140,220). Sum of RGB (Red+Green+Blue) = 210+140+220=570 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.84% from 570); Green value is 140 (55.08% from 255 or 24.56% from 570); Blue value is 220 (86.33% from 255 or 38.60% from 570); Max value from RGB is 220 - color contains mainly: blue. Hex color #D28CDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CDC is #2D7323. Grayscale: #A9A9A9. Windows color (decimal): -2978596 or 14453970. OLE color: 14453970.

HSL color Cylindrical-coordinate representation of color #D28CDC: hue angle of 292.5º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D28CDC is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 210 140 220 -
CMYK 0.05 0.36 0 0.14
HSL 292.5º 0.53% 0.71% -
HSV(B) 292.5º 0.36% 0.86% -
XYZ 48.87 37.63 72.4 -
YUV 170.05 156.19 156.5 -
System Red Green Blue C M Y K H S L
Decimal 210 140 220 0.05 0.36 0 0.14 292.5 0.53 0.71
Hex D2 8C DC 5 24 0 E 124 35 47
Octal 322 214 334 5 44 0 16 444 65 107
Binary 11010010 10001100 11011100 101 100100 0 1110 100100100 110101 1000111

Color Harmonies of #D28CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CDC

Black with #D28CDC

Text Example


Text Example

White with #D28CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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