Html Css Color HEX #D28CD6 Plum

📋 copy color: '#D28CD6'

red 210 ◦ green 140 ◦ blue 214

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

Shades of Plum #D28CD6

Tints of Plum #D28CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.94%

R = 37.23%
G = 24.82%
B = 37.94%

CMYK

 C value IS 0.02

 M value IS 0.35

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D28CD6 (or 0xD28CD6) is known color: Plum. HEX triplet: D2, 8C and D6. RGB value is (210,140,214). Sum of RGB (Red+Green+Blue) = 210+140+214=564 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.23% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 214 (83.98% from 255 or 37.94% from 564); Max value from RGB is 214 - color contains mainly: blue. Hex color #D28CD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D28CD6 is #2D7329. Grayscale: #A9A9A9. Windows color (decimal): -2978602 or 14060754. OLE color: 14060754.

HSL color Cylindrical-coordinate representation of color #D28CD6: hue angle of 296.76º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D28CD6 is Cyan = 0.02, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 210 140 214 -
CMYK 0.02 0.35 0 0.16
HSL 296.76º 0.47% 0.69% -
HSV(B) 296.76º 0.35% 0.84% -
XYZ 48.09 37.31 68.29 -
YUV 169.37 153.19 156.98 -
System Red Green Blue C M Y K H S L
Decimal 210 140 214 0.02 0.35 0 0.16 296.76 0.47 0.69
Hex D2 8C D6 2 23 0 10 129 2F 45
Octal 322 214 326 2 43 0 20 451 57 105
Binary 11010010 10001100 11010110 10 100011 0 10000 100101001 101111 1000101

Color Harmonies of #D28CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28CD6

Black with #D28CD6

Text Example


Text Example

White with #D28CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28CD6; }

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

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

background-color css

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

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

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

border-color css

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

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

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