Html Css Color HEX #DC95DD Plum

📋 copy color: '#DC95DD'

red 220 ◦ green 149 ◦ blue 221

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

Shades of Plum #DC95DD

Tints of Plum #DC95DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 37.46%

R = 37.29%
G = 25.25%
B = 37.46%

CMYK

 C value IS 0.00

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC95DD (or 0xDC95DD) is known color: Plum. HEX triplet: DC, 95 and DD. RGB value is (220,149,221). Sum of RGB (Red+Green+Blue) = 220+149+221=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 221 (86.72% from 255 or 37.46% from 590); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC95DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DD is #236A22. Grayscale: #B2B2B2. Windows color (decimal): -2320931 or 14521820. OLE color: 14521820.

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

Color convert

RGB 220 149 221 -
CMYK 0.00 0.33 0 0.13
HSL 299.17º 0.51% 0.73% -
HSV(B) 299.17º 0.33% 0.87% -
XYZ 53.31 41.93 73.69 -
YUV 178.44 152.02 157.65 -
System Red Green Blue C M Y K H S L
Decimal 220 149 221 0.00 0.33 0 0.13 299.17 0.51 0.73
Hex DC 95 DD 0 21 0 D 12B 33 49
Octal 334 225 335 0 41 0 15 453 63 111
Binary 11011100 10010101 11011101 0 100001 0 1101 100101011 110011 1001001

Color Harmonies of #DC95DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95DD

Black with #DC95DD

Text Example


Text Example

White with #DC95DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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