Html Css Color HEX #DC98E3 Plum

📋 copy color: '#DC98E3'

red 220 ◦ green 152 ◦ blue 227

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

Shades of Plum #DC98E3

Tints of Plum #DC98E3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 37.9%

R = 36.73%
G = 25.38%
B = 37.9%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DC98E3 (or 0xDC98E3) is known color: Plum. HEX triplet: DC, 98 and E3. RGB value is (220,152,227). Sum of RGB (Red+Green+Blue) = 220+152+227=599 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.73% from 599); Green value is 152 (59.77% from 255 or 25.38% from 599); Blue value is 227 (89.06% from 255 or 37.90% from 599); Max value from RGB is 227 - color contains mainly: blue. Hex color #DC98E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98E3 is #23671C. Grayscale: #B4B4B4. Windows color (decimal): -2320157 or 14915804. OLE color: 14915804.

HSL color Cylindrical-coordinate representation of color #DC98E3: hue angle of 294.4º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DC98E3 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 220 152 227 -
CMYK 0.03 0.33 0 0.11
HSL 294.4º 0.57% 0.74% -
HSV(B) 294.4º 0.33% 0.89% -
XYZ 54.61 43.22 78.14 -
YUV 180.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 220 152 227 0.03 0.33 0 0.11 294.4 0.57 0.74
Hex DC 98 E3 3 21 0 B 126 39 4A
Octal 334 230 343 3 41 0 13 446 71 112
Binary 11011100 10011000 11100011 11 100001 0 1011 100100110 111001 1001010

Color Harmonies of #DC98E3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98E3

Black with #DC98E3

Text Example


Text Example

White with #DC98E3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98E3; }

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

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

background-color css

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

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

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

border-color css

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

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

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