Html Css Color HEX #DC94D6 Plum

📋 copy color: '#DC94D6'

red 220 ◦ green 148 ◦ blue 214

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

Shades of Plum #DC94D6

Tints of Plum #DC94D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.77%

R = 37.8%
G = 25.43%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC94D6 (or 0xDC94D6) is known color: Plum. HEX triplet: DC, 94 and D6. RGB value is (220,148,214). Sum of RGB (Red+Green+Blue) = 220+148+214=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 148 (58.20% from 255 or 25.43% from 582); Blue value is 214 (83.98% from 255 or 36.77% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DC94D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94D6 is #236B29. Grayscale: #B0B0B0. Windows color (decimal): -2321194 or 14062812. OLE color: 14062812.

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

Color convert

RGB 220 148 214 -
CMYK 0 0.33 0.03 0.14
HSL 305º 0.51% 0.72% -
HSV(B) 305º 0.33% 0.86% -
XYZ 52.24 41.25 68.83 -
YUV 177.05 148.85 158.63 -
System Red Green Blue C M Y K H S L
Decimal 220 148 214 0 0.33 0.03 0.14 305 0.51 0.72
Hex DC 94 D6 0 21 3 E 131 33 48
Octal 334 224 326 0 41 3 16 461 63 110
Binary 11011100 10010100 11010110 0 100001 11 1110 100110001 110011 1001000

Color Harmonies of #DC94D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94D6

Black with #DC94D6

Text Example


Text Example

White with #DC94D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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