Html Css Color HEX #DC98E6 Plum

📋 copy color: '#DC98E6'

red 220 ◦ green 152 ◦ blue 230

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

Shades of Plum #DC98E6

Tints of Plum #DC98E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 38.21%

R = 36.54%
G = 25.25%
B = 38.21%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DC98E6 (or 0xDC98E6) is known color: Plum. HEX triplet: DC, 98 and E6. RGB value is (220,152,230). Sum of RGB (Red+Green+Blue) = 220+152+230=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 152 (59.77% from 255 or 25.25% from 602); Blue value is 230 (90.23% from 255 or 38.21% from 602); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98E6 is #236719. Grayscale: #B4B4B4. Windows color (decimal): -2320154 or 15112412. OLE color: 15112412.

HSL color Cylindrical-coordinate representation of color #DC98E6: hue angle of 292.31º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DC98E6 is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 220 152 230 -
CMYK 0.04 0.34 0 0.10
HSL 292.31º 0.61% 0.75% -
HSV(B) 292.31º 0.34% 0.9% -
XYZ 55.03 43.39 80.34 -
YUV 181.22 155.53 155.66 -
System Red Green Blue C M Y K H S L
Decimal 220 152 230 0.04 0.34 0 0.10 292.31 0.61 0.75
Hex DC 98 E6 4 22 0 A 124 3D 4B
Octal 334 230 346 4 42 0 12 444 75 113
Binary 11011100 10011000 11100110 100 100010 0 1010 100100100 111101 1001011

Color Harmonies of #DC98E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98E6

Black with #DC98E6

Text Example


Text Example

White with #DC98E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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