Html Css Color HEX #DF98E5 Plum

📋 copy color: '#DF98E5'

red 223 ◦ green 152 ◦ blue 229

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

Shades of Plum #DF98E5

Tints of Plum #DF98E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 37.91%

R = 36.92%
G = 25.17%
B = 37.91%

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

#DF98E5 (or 0xDF98E5) is known color: Plum. HEX triplet: DF, 98 and E5. RGB value is (223,152,229). Sum of RGB (Red+Green+Blue) = 223+152+229=604 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.92% from 604); Green value is 152 (59.77% from 255 or 25.17% from 604); Blue value is 229 (89.84% from 255 or 37.91% from 604); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF98E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF98E5 is #20671A. Grayscale: #B5B5B5. Windows color (decimal): -2123547 or 15046879. OLE color: 15046879.

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

Color convert

RGB 223 152 229 -
CMYK 0.03 0.34 0 0.10
HSL 295.32º 0.6% 0.75% -
HSV(B) 295.32º 0.34% 0.9% -
XYZ 55.8 43.8 79.64 -
YUV 182.01 154.52 157.24 -
System Red Green Blue C M Y K H S L
Decimal 223 152 229 0.03 0.34 0 0.10 295.32 0.6 0.75
Hex DF 98 E5 3 22 0 A 127 3C 4B
Octal 337 230 345 3 42 0 12 447 74 113
Binary 11011111 10011000 11100101 11 100010 0 1010 100100111 111100 1001011

Color Harmonies of #DF98E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98E5

Black with #DF98E5

Text Example


Text Example

White with #DF98E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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