Html Css Color HEX #DC98D3 Plum

📋 copy color: '#DC98D3'

red 220 ◦ green 152 ◦ blue 211

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

Shades of Plum #DC98D3

Tints of Plum #DC98D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.19%

R = 37.74%
G = 26.07%
B = 36.19%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC98D3 (or 0xDC98D3) is known color: Plum. HEX triplet: DC, 98 and D3. RGB value is (220,152,211). Sum of RGB (Red+Green+Blue) = 220+152+211=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 152 (59.77% from 255 or 26.07% from 583); Blue value is 211 (82.81% from 255 or 36.19% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D3 is #23672C. Grayscale: #B2B2B2. Windows color (decimal): -2320173 or 13867228. OLE color: 13867228.

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

Color convert

RGB 220 152 211 -
CMYK 0 0.31 0.04 0.14
HSL 307.94º 0.49% 0.73% -
HSV(B) 307.94º 0.31% 0.86% -
XYZ 52.5 42.38 67.04 -
YUV 179.06 146.03 157.2 -
System Red Green Blue C M Y K H S L
Decimal 220 152 211 0 0.31 0.04 0.14 307.94 0.49 0.73
Hex DC 98 D3 0 1F 4 E 134 31 49
Octal 334 230 323 0 37 4 16 464 61 111
Binary 11011100 10011000 11010011 0 11111 100 1110 100110100 110001 1001001

Color Harmonies of #DC98D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98D3

Black with #DC98D3

Text Example


Text Example

White with #DC98D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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