Html Css Color HEX #DC96CC Plum

📋 copy color: '#DC96CC'

red 220 ◦ green 150 ◦ blue 204

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

Shades of Plum #DC96CC

Tints of Plum #DC96CC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.13%

 BLUE value IS 204 (80.08% from 255) = 35.54%

R = 38.33%
G = 26.13%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC96CC (or 0xDC96CC) is known color: Plum. HEX triplet: DC, 96 and CC. RGB value is (220,150,204). Sum of RGB (Red+Green+Blue) = 220+150+204=574 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.33% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 204 (80.08% from 255 or 35.54% from 574); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96CC is #236933. Grayscale: #B0B0B0. Windows color (decimal): -2320692 or 13407964. OLE color: 13407964.

HSL color Cylindrical-coordinate representation of color #DC96CC: hue angle of 313.71º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC96CC is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 204 -
CMYK 0 0.32 0.07 0.14
HSL 313.71º 0.5% 0.73% -
HSV(B) 313.71º 0.32% 0.86% -
XYZ 51.32 41.39 62.41 -
YUV 177.09 143.19 158.61 -
System Red Green Blue C M Y K H S L
Decimal 220 150 204 0 0.32 0.07 0.14 313.71 0.5 0.73
Hex DC 96 CC 0 20 7 E 13A 32 49
Octal 334 226 314 0 40 7 16 472 62 111
Binary 11011100 10010110 11001100 0 100000 111 1110 100111010 110010 1001001

Color Harmonies of #DC96CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96CC

Black with #DC96CC

Text Example


Text Example

White with #DC96CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96CC; }

 p { color: rgb(220,150,204); }

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

background-color css

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

 a { background-color: rgb(220,150,204); }

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

border-color css

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

 span { border-color: rgb(220,150,204); }

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