Html Css Color HEX #DC94E0 Plum

📋 copy color: '#DC94E0'

red 220 ◦ green 148 ◦ blue 224

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

Shades of Plum #DC94E0

Tints of Plum #DC94E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.84%

R = 37.16%
G = 25%
B = 37.84%

CMYK

 C value IS 0.02

 M value IS 0.34

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC94E0 (or 0xDC94E0) is known color: Plum. HEX triplet: DC, 94 and E0. RGB value is (220,148,224). Sum of RGB (Red+Green+Blue) = 220+148+224=592 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.16% from 592); Green value is 148 (58.20% from 255 or 25% from 592); Blue value is 224 (87.89% from 255 or 37.84% from 592); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC94E0 is #236B1F. Grayscale: #B1B1B1. Windows color (decimal): -2321184 or 14718172. OLE color: 14718172.

HSL color Cylindrical-coordinate representation of color #DC94E0: hue angle of 296.84º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC94E0 is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 148 224 -
CMYK 0.02 0.34 0 0.12
HSL 296.84º 0.55% 0.73% -
HSV(B) 296.84º 0.34% 0.88% -
XYZ 53.56 41.78 75.76 -
YUV 178.19 153.85 157.82 -
System Red Green Blue C M Y K H S L
Decimal 220 148 224 0.02 0.34 0 0.12 296.84 0.55 0.73
Hex DC 94 E0 2 22 0 C 129 37 49
Octal 334 224 340 2 42 0 14 451 67 111
Binary 11011100 10010100 11100000 10 100010 0 1100 100101001 110111 1001001

Color Harmonies of #DC94E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94E0

Black with #DC94E0

Text Example


Text Example

White with #DC94E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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