Html Css Color HEX #DC95E0 Plum

📋 copy color: '#DC95E0'

red 220 ◦ green 149 ◦ blue 224

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

Shades of Plum #DC95E0

Tints of Plum #DC95E0

RGB

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

 GREEN value IS 149 (58.59% from 255) = 25.13%

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

R = 37.1%
G = 25.13%
B = 37.77%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DC95E0 (or 0xDC95E0) is known color: Plum. HEX triplet: DC, 95 and E0. RGB value is (220,149,224). Sum of RGB (Red+Green+Blue) = 220+149+224=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 149 (58.59% from 255 or 25.13% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #DC95E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95E0 is #236A1F. Grayscale: #B2B2B2. Windows color (decimal): -2320928 or 14718428. OLE color: 14718428.

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

Color convert

RGB 220 149 224 -
CMYK 0.02 0.33 0 0.12
HSL 296.8º 0.55% 0.73% -
HSV(B) 296.8º 0.33% 0.88% -
XYZ 53.72 42.09 75.81 -
YUV 178.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 220 149 224 0.02 0.33 0 0.12 296.8 0.55 0.73
Hex DC 95 E0 2 21 0 C 129 37 49
Octal 334 225 340 2 41 0 14 451 67 111
Binary 11011100 10010101 11100000 10 100001 0 1100 100101001 110111 1001001

Color Harmonies of #DC95E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95E0

Black with #DC95E0

Text Example


Text Example

White with #DC95E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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