Html Css Color HEX #DC98DD Plum

📋 copy color: '#DC98DD'

red 220 ◦ green 152 ◦ blue 221

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

Shades of Plum #DC98DD

Tints of Plum #DC98DD

RGB

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

 GREEN value IS 152 (59.77% from 255) = 25.63%

 BLUE value IS 221 (86.72% from 255) = 37.27%

R = 37.1%
G = 25.63%
B = 37.27%

CMYK

 C value IS 0.00

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DC98DD (or 0xDC98DD) is known color: Plum. HEX triplet: DC, 98 and DD. RGB value is (220,152,221). Sum of RGB (Red+Green+Blue) = 220+152+221=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 152 (59.77% from 255 or 25.63% from 593); Blue value is 221 (86.72% from 255 or 37.27% from 593); Max value from RGB is 221 - color contains mainly: blue. Hex color #DC98DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98DD is #236722. Grayscale: #B3B3B3. Windows color (decimal): -2320163 or 14522588. OLE color: 14522588.

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

Color convert

RGB 220 152 221 -
CMYK 0.00 0.31 0 0.13
HSL 299.13º 0.5% 0.73% -
HSV(B) 299.13º 0.31% 0.87% -
XYZ 53.79 42.89 73.85 -
YUV 180.2 151.03 156.39 -
System Red Green Blue C M Y K H S L
Decimal 220 152 221 0.00 0.31 0 0.13 299.13 0.5 0.73
Hex DC 98 DD 0 1F 0 D 12B 32 49
Octal 334 230 335 0 37 0 15 453 62 111
Binary 11011100 10011000 11011101 0 11111 0 1101 100101011 110010 1001001

Color Harmonies of #DC98DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98DD

Black with #DC98DD

Text Example


Text Example

White with #DC98DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98DD; }

 p { color: rgb(220,152,221); }

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

background-color css

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

 a { background-color: rgb(220,152,221); }

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

border-color css

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

 span { border-color: rgb(220,152,221); }

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