Html Css Color HEX #DF98E6 Plum

📋 copy color: '#DF98E6'

red 223 ◦ green 152 ◦ blue 230

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

Shades of Plum #DF98E6

Tints of Plum #DF98E6

RGB

 RED value IS 223 (87.5% from 255) = 36.86%

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

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

R = 36.86%
G = 25.12%
B = 38.02%

CMYK

 C value IS 0.03

 M value IS 0.34

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF98E6 (or 0xDF98E6) is known color: Plum. HEX triplet: DF, 98 and E6. RGB value is (223,152,230). Sum of RGB (Red+Green+Blue) = 223+152+230=605 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.86% from 605); Green value is 152 (59.77% from 255 or 25.12% from 605); Blue value is 230 (90.23% from 255 or 38.02% from 605); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF98E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98E6 is #206719. Grayscale: #B5B5B5. Windows color (decimal): -2123546 or 15112415. OLE color: 15112415.

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

Color convert

RGB 223 152 230 -
CMYK 0.03 0.34 0 0.10
HSL 294.62º 0.61% 0.75% -
HSV(B) 294.62º 0.34% 0.9% -
XYZ 55.94 43.86 80.38 -
YUV 182.12 155.02 157.16 -
System Red Green Blue C M Y K H S L
Decimal 223 152 230 0.03 0.34 0 0.10 294.62 0.61 0.75
Hex DF 98 E6 3 22 0 A 127 3D 4B
Octal 337 230 346 3 42 0 12 447 75 113
Binary 11011111 10011000 11100110 11 100010 0 1010 100100111 111101 1001011

Color Harmonies of #DF98E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98E6

Black with #DF98E6

Text Example


Text Example

White with #DF98E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98E6; }

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

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

background-color css

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

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

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

border-color css

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

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

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