Html Css Color HEX #DC95DB Plum

📋 copy color: '#DC95DB'

red 220 ◦ green 149 ◦ blue 219

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

Shades of Plum #DC95DB

Tints of Plum #DC95DB

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.34%

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

R = 37.41%
G = 25.34%
B = 37.24%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.14

RGB Variations

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

Color information

#DC95DB (or 0xDC95DB) is known color: Plum. HEX triplet: DC, 95 and DB. RGB value is (220,149,219). Sum of RGB (Red+Green+Blue) = 220+149+219=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 219 (85.94% from 255 or 37.24% from 588); Max value from RGB is 220 - color contains mainly: red. Hex color #DC95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DB is #236A24. Grayscale: #B2B2B2. Windows color (decimal): -2320933 or 14390748. OLE color: 14390748.

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

Color convert

RGB 220 149 219 -
CMYK 0 0.32 0.00 0.14
HSL 300.85º 0.5% 0.72% -
HSV(B) 300.85º 0.32% 0.86% -
XYZ 53.05 41.83 72.29 -
YUV 178.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 220 149 219 0 0.32 0.00 0.14 300.85 0.5 0.72
Hex DC 95 DB 0 20 0 E 12D 32 48
Octal 334 225 333 0 40 0 16 455 62 110
Binary 11011100 10010101 11011011 0 100000 0 1110 100101101 110010 1001000

Color Harmonies of #DC95DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95DB

Black with #DC95DB

Text Example


Text Example

White with #DC95DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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