Html Css Color HEX #DC94E6 Plum

📋 copy color: '#DC94E6'

red 220 ◦ green 148 ◦ blue 230

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

Shades of Plum #DC94E6

Tints of Plum #DC94E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.46%

R = 36.79%
G = 24.75%
B = 38.46%

CMYK

 C value IS 0.04

 M value IS 0.36

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC94E6 (or 0xDC94E6) is known color: Plum. HEX triplet: DC, 94 and E6. RGB value is (220,148,230). Sum of RGB (Red+Green+Blue) = 220+148+230=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 148 (58.20% from 255 or 24.75% from 598); Blue value is 230 (90.23% from 255 or 38.46% from 598); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC94E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC94E6 is #236B19. Grayscale: #B2B2B2. Windows color (decimal): -2321178 or 15111388. OLE color: 15111388.

HSL color Cylindrical-coordinate representation of color #DC94E6: hue angle of 292.68º degrees, saturation: 0.62, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC94E6 is Cyan = 0.04, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 148 230 -
CMYK 0.04 0.36 0 0.10
HSL 292.68º 0.62% 0.74% -
HSV(B) 292.68º 0.36% 0.9% -
XYZ 54.39 42.11 80.12 -
YUV 178.88 156.85 157.33 -
System Red Green Blue C M Y K H S L
Decimal 220 148 230 0.04 0.36 0 0.10 292.68 0.62 0.74
Hex DC 94 E6 4 24 0 A 125 3E 4A
Octal 334 224 346 4 44 0 12 445 76 112
Binary 11011100 10010100 11100110 100 100100 0 1010 100100101 111110 1001010

Color Harmonies of #DC94E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC94E6

Black with #DC94E6

Text Example


Text Example

White with #DC94E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC94E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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