Html Css Color HEX #DC98D6 Plum

📋 copy color: '#DC98D6'

red 220 ◦ green 152 ◦ blue 214

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

Shades of Plum #DC98D6

Tints of Plum #DC98D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 36.52%

R = 37.54%
G = 25.94%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DC98D6 (or 0xDC98D6) is known color: Plum. HEX triplet: DC, 98 and D6. RGB value is (220,152,214). Sum of RGB (Red+Green+Blue) = 220+152+214=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 152 (59.77% from 255 or 25.94% from 586); Blue value is 214 (83.98% from 255 or 36.52% from 586); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D6 is #236729. Grayscale: #B3B3B3. Windows color (decimal): -2320170 or 14063836. OLE color: 14063836.

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

Color convert

RGB 220 152 214 -
CMYK 0 0.31 0.03 0.14
HSL 305.29º 0.49% 0.73% -
HSV(B) 305.29º 0.31% 0.86% -
XYZ 52.88 42.53 69.04 -
YUV 179.4 147.53 156.96 -
System Red Green Blue C M Y K H S L
Decimal 220 152 214 0 0.31 0.03 0.14 305.29 0.49 0.73
Hex DC 98 D6 0 1F 3 E 131 31 49
Octal 334 230 326 0 37 3 16 461 61 111
Binary 11011100 10011000 11010110 0 11111 11 1110 100110001 110001 1001001

Color Harmonies of #DC98D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98D6

Black with #DC98D6

Text Example


Text Example

White with #DC98D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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