Html Css Color HEX #DC96CB Plum

📋 copy color: '#DC96CB'

red 220 ◦ green 150 ◦ blue 203

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

Shades of Plum #DC96CB

Tints of Plum #DC96CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.43%

R = 38.39%
G = 26.18%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#DC96CB (or 0xDC96CB) is known color: Plum. HEX triplet: DC, 96 and CB. RGB value is (220,150,203). Sum of RGB (Red+Green+Blue) = 220+150+203=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 150 (58.98% from 255 or 26.18% from 573); Blue value is 203 (79.69% from 255 or 35.43% from 573); Max value from RGB is 220 - color contains mainly: red. Hex color #DC96CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC96CB is #236934. Grayscale: #B0B0B0. Windows color (decimal): -2320693 or 13342428. OLE color: 13342428.

HSL color Cylindrical-coordinate representation of color #DC96CB: hue angle of 314.57º 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 #DC96CB is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 150 203 -
CMYK 0 0.32 0.08 0.14
HSL 314.57º 0.5% 0.73% -
HSV(B) 314.57º 0.32% 0.86% -
XYZ 51.2 41.34 61.78 -
YUV 176.97 142.69 158.69 -
System Red Green Blue C M Y K H S L
Decimal 220 150 203 0 0.32 0.08 0.14 314.57 0.5 0.73
Hex DC 96 CB 0 20 8 E 13B 32 49
Octal 334 226 313 0 40 10 16 473 62 111
Binary 11011100 10010110 11001011 0 100000 1000 1110 100111011 110010 1001001

Color Harmonies of #DC96CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC96CB

Black with #DC96CB

Text Example


Text Example

White with #DC96CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC96CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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