Html Css Color HEX #DC94DD Plum

📋 copy color: '#DC94DD'

red 220 ◦ green 148 ◦ blue 221

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

Shades of Plum #DC94DD

Tints of Plum #DC94DD

RGB

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

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

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

R = 37.35%
G = 25.13%
B = 37.52%

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

#DC94DD (or 0xDC94DD) is known color: Plum. HEX triplet: DC, 94 and DD. RGB value is (220,148,221). Sum of RGB (Red+Green+Blue) = 220+148+221=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 148 (58.20% from 255 or 25.13% from 589); Blue value is 221 (86.72% from 255 or 37.52% from 589); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC94DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94DD is #236B22. Grayscale: #B1B1B1. Windows color (decimal): -2321187 or 14521564. OLE color: 14521564.

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

Color convert

RGB 220 148 221 -
CMYK 0.00 0.33 0 0.13
HSL 299.18º 0.52% 0.72% -
HSV(B) 299.18º 0.33% 0.87% -
XYZ 53.16 41.62 73.64 -
YUV 177.85 152.35 158.06 -
System Red Green Blue C M Y K H S L
Decimal 220 148 221 0.00 0.33 0 0.13 299.18 0.52 0.72
Hex DC 94 DD 0 21 0 D 12B 34 48
Octal 334 224 335 0 41 0 15 453 64 110
Binary 11011100 10010100 11011101 0 100001 0 1101 100101011 110100 1001000

Color Harmonies of #DC94DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94DD

Black with #DC94DD

Text Example


Text Example

White with #DC94DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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