Html Css Color HEX #DC95DE Plum

📋 copy color: '#DC95DE'

red 220 ◦ green 149 ◦ blue 222

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

Shades of Plum #DC95DE

Tints of Plum #DC95DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.56%

R = 37.23%
G = 25.21%
B = 37.56%

CMYK

 C value IS 0.01

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC95DE (or 0xDC95DE) is known color: Plum. HEX triplet: DC, 95 and DE. RGB value is (220,149,222). Sum of RGB (Red+Green+Blue) = 220+149+222=591 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.23% from 591); Green value is 149 (58.59% from 255 or 25.21% from 591); Blue value is 222 (87.11% from 255 or 37.56% from 591); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC95DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC95DE is #236A21. Grayscale: #B2B2B2. Windows color (decimal): -2320930 or 14587356. OLE color: 14587356.

HSL color Cylindrical-coordinate representation of color #DC95DE: hue angle of 298.36º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC95DE is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 220 149 222 -
CMYK 0.01 0.33 0 0.13
HSL 298.36º 0.53% 0.73% -
HSV(B) 298.36º 0.33% 0.87% -
XYZ 53.45 41.98 74.39 -
YUV 178.55 152.52 157.56 -
System Red Green Blue C M Y K H S L
Decimal 220 149 222 0.01 0.33 0 0.13 298.36 0.53 0.73
Hex DC 95 DE 1 21 0 D 12A 35 49
Octal 334 225 336 1 41 0 15 452 65 111
Binary 11011100 10010101 11011110 1 100001 0 1101 100101010 110101 1001001

Color Harmonies of #DC95DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC95DE

Black with #DC95DE

Text Example


Text Example

White with #DC95DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC95DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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