Html Css Color HEX #DC94D9 Plum

📋 copy color: '#DC94D9'

red 220 ◦ green 148 ◦ blue 217

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

Shades of Plum #DC94D9

Tints of Plum #DC94D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 37.09%

R = 37.61%
G = 25.3%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.01

 K value IS 0.14

RGB Variations

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

Color information

#DC94D9 (or 0xDC94D9) is known color: Plum. HEX triplet: DC, 94 and D9. RGB value is (220,148,217). Sum of RGB (Red+Green+Blue) = 220+148+217=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 217 (85.16% from 255 or 37.09% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94D9 is #236B26. Grayscale: #B1B1B1. Windows color (decimal): -2321191 or 14259420. OLE color: 14259420.

HSL color Cylindrical-coordinate representation of color #DC94D9: hue angle of 302.5º 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 #DC94D9 is Cyan = 0, Magento = 0.33, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 148 217 -
CMYK 0 0.33 0.01 0.14
HSL 302.5º 0.51% 0.72% -
HSV(B) 302.5º 0.33% 0.86% -
XYZ 52.63 41.41 70.86 -
YUV 177.39 150.35 158.39 -
System Red Green Blue C M Y K H S L
Decimal 220 148 217 0 0.33 0.01 0.14 302.5 0.51 0.72
Hex DC 94 D9 0 21 1 E 12E 33 48
Octal 334 224 331 0 41 1 16 456 63 110
Binary 11011100 10010100 11011001 0 100001 1 1110 100101110 110011 1001000

Color Harmonies of #DC94D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94D9

Black with #DC94D9

Text Example


Text Example

White with #DC94D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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