Html Css Color HEX #DC98EA Plum

📋 copy color: '#DC98EA'

red 220 ◦ green 152 ◦ blue 234

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

Shades of Plum #DC98EA

Tints of Plum #DC98EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.61%

R = 36.3%
G = 25.08%
B = 38.61%

CMYK

 C value IS 0.06

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DC98EA (or 0xDC98EA) is known color: Plum. HEX triplet: DC, 98 and EA. RGB value is (220,152,234). Sum of RGB (Red+Green+Blue) = 220+152+234=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98EA is #236715. Grayscale: #B5B5B5. Windows color (decimal): -2320150 or 15374556. OLE color: 15374556.

HSL color Cylindrical-coordinate representation of color #DC98EA: hue angle of 289.76º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC98EA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 152 234 -
CMYK 0.06 0.35 0 0.08
HSL 289.76º 0.66% 0.76% -
HSV(B) 289.76º 0.35% 0.92% -
XYZ 55.59 43.61 83.33 -
YUV 181.68 157.53 155.33 -
System Red Green Blue C M Y K H S L
Decimal 220 152 234 0.06 0.35 0 0.08 289.76 0.66 0.76
Hex DC 98 EA 6 23 0 8 122 42 4C
Octal 334 230 352 6 43 0 10 442 102 114
Binary 11011100 10011000 11101010 110 100011 0 1000 100100010 1000010 1001100

Color Harmonies of #DC98EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC98EA

Black with #DC98EA

Text Example


Text Example

White with #DC98EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC98EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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