Html Css Color HEX #DC94DB Plum

📋 copy color: '#DC94DB'

red 220 ◦ green 148 ◦ blue 219

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

Shades of Plum #DC94DB

Tints of Plum #DC94DB

RGB

 RED value IS 220 (86.33% from 255) = 37.48%

 GREEN value IS 148 (58.2% from 255) = 25.21%

 BLUE value IS 219 (85.94% from 255) = 37.31%

R = 37.48%
G = 25.21%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC94DB (or 0xDC94DB) is known color: Plum. HEX triplet: DC, 94 and DB. RGB value is (220,148,219). Sum of RGB (Red+Green+Blue) = 220+148+219=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 219 (85.94% from 255 or 37.31% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94DB is #236B24. Grayscale: #B1B1B1. Windows color (decimal): -2321189 or 14390492. OLE color: 14390492.

HSL color Cylindrical-coordinate representation of color #DC94DB: hue angle of 300.83º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC94DB is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 219 -
CMYK 0 0.33 0.00 0.14
HSL 300.83º 0.51% 0.72% -
HSV(B) 300.83º 0.33% 0.86% -
XYZ 52.89 41.51 72.24 -
YUV 177.62 151.35 158.23 -
System Red Green Blue C M Y K H S L
Decimal 220 148 219 0 0.33 0.00 0.14 300.83 0.51 0.72
Hex DC 94 DB 0 21 0 E 12D 33 48
Octal 334 224 333 0 41 0 16 455 63 110
Binary 11011100 10010100 11011011 0 100001 0 1110 100101101 110011 1001000

Color Harmonies of #DC94DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94DB

Black with #DC94DB

Text Example


Text Example

White with #DC94DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94DB; }

 p { color: rgb(220,148,219); }

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

background-color css

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

 a { background-color: rgb(220,148,219); }

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

border-color css

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

 span { border-color: rgb(220,148,219); }

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