Html Css Color HEX #DC91CC Plum

📋 copy color: '#DC91CC'

red 220 ◦ green 145 ◦ blue 204

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

Shades of Plum #DC91CC

Tints of Plum #DC91CC

RGB

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

 GREEN value IS 145 (57.03% from 255) = 25.48%

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

R = 38.66%
G = 25.48%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC91CC (or 0xDC91CC) is known color: Plum. HEX triplet: DC, 91 and CC. RGB value is (220,145,204). Sum of RGB (Red+Green+Blue) = 220+145+204=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 220 - color contains mainly: red. Hex color #DC91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC91CC is #236E33. Grayscale: #ADADAD. Windows color (decimal): -2321972 or 13406684. OLE color: 13406684.

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

Color convert

RGB 220 145 204 -
CMYK 0 0.34 0.07 0.14
HSL 312.8º 0.52% 0.72% -
HSV(B) 312.8º 0.34% 0.86% -
XYZ 50.54 39.83 62.15 -
YUV 174.15 144.85 160.7 -
System Red Green Blue C M Y K H S L
Decimal 220 145 204 0 0.34 0.07 0.14 312.8 0.52 0.72
Hex DC 91 CC 0 22 7 E 139 34 48
Octal 334 221 314 0 42 7 16 471 64 110
Binary 11011100 10010001 11001100 0 100010 111 1110 100111001 110100 1001000

Color Harmonies of #DC91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC91CC

Black with #DC91CC

Text Example


Text Example

White with #DC91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC91CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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