Html Css Color HEX #DC98D5 Plum

📋 copy color: '#DC98D5'

red 220 ◦ green 152 ◦ blue 213

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

Shades of Plum #DC98D5

Tints of Plum #DC98D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 36.41%

R = 37.61%
G = 25.98%
B = 36.41%

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

#DC98D5 (or 0xDC98D5) is known color: Plum. HEX triplet: DC, 98 and D5. RGB value is (220,152,213). Sum of RGB (Red+Green+Blue) = 220+152+213=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 152 (59.77% from 255 or 25.98% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D5 is #23672A. Grayscale: #B3B3B3. Windows color (decimal): -2320171 or 13998300. OLE color: 13998300.

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

Color convert

RGB 220 152 213 -
CMYK 0 0.31 0.03 0.14
HSL 306.18º 0.49% 0.73% -
HSV(B) 306.18º 0.31% 0.86% -
XYZ 52.75 42.48 68.37 -
YUV 179.29 147.03 157.04 -
System Red Green Blue C M Y K H S L
Decimal 220 152 213 0 0.31 0.03 0.14 306.18 0.49 0.73
Hex DC 98 D5 0 1F 3 E 132 31 49
Octal 334 230 325 0 37 3 16 462 61 111
Binary 11011100 10011000 11010101 0 11111 11 1110 100110010 110001 1001001

Color Harmonies of #DC98D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98D5

Black with #DC98D5

Text Example


Text Example

White with #DC98D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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