Html Css Color HEX #DC92DF Plum

📋 copy color: '#DC92DF'

red 220 ◦ green 146 ◦ blue 223

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

Shades of Plum #DC92DF

Tints of Plum #DC92DF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.79%

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 37.35%
G = 24.79%
B = 37.86%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC92DF (or 0xDC92DF) is known color: Plum. HEX triplet: DC, 92 and DF. RGB value is (220,146,223). Sum of RGB (Red+Green+Blue) = 220+146+223=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 146 (57.42% from 255 or 24.79% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC92DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC92DF is #236D20. Grayscale: #B0B0B0. Windows color (decimal): -2321697 or 14652124. OLE color: 14652124.

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

Color convert

RGB 220 146 223 -
CMYK 0.01 0.35 0 0.13
HSL 297.66º 0.55% 0.72% -
HSV(B) 297.66º 0.35% 0.87% -
XYZ 53.11 41.1 74.95 -
YUV 176.9 154.02 158.74 -
System Red Green Blue C M Y K H S L
Decimal 220 146 223 0.01 0.35 0 0.13 297.66 0.55 0.72
Hex DC 92 DF 1 23 0 D 12A 37 48
Octal 334 222 337 1 43 0 15 452 67 110
Binary 11011100 10010010 11011111 1 100011 0 1101 100101010 110111 1001000

Color Harmonies of #DC92DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC92DF

Black with #DC92DF

Text Example


Text Example

White with #DC92DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC92DF; }

 p { color: rgb(220,146,223); }

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

background-color css

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

 a { background-color: rgb(220,146,223); }

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

border-color css

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

 span { border-color: rgb(220,146,223); }

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