Html Css Color HEX #DF98ED Plum

📋 copy color: '#DF98ED'

red 223 ◦ green 152 ◦ blue 237

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

Shades of Plum #DF98ED

Tints of Plum #DF98ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.73%

R = 36.44%
G = 24.84%
B = 38.73%

CMYK

 C value IS 0.06

 M value IS 0.36

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DF98ED (or 0xDF98ED) is known color: Plum. HEX triplet: DF, 98 and ED. RGB value is (223,152,237). Sum of RGB (Red+Green+Blue) = 223+152+237=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 152 (59.77% from 255 or 24.84% from 612); Blue value is 237 (92.97% from 255 or 38.73% from 612); Max value from RGB is 237 - color contains mainly: blue. Hex color #DF98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF98ED is #206712. Grayscale: #B6B6B6. Windows color (decimal): -2123539 or 15571167. OLE color: 15571167.

HSL color Cylindrical-coordinate representation of color #DF98ED: hue angle of 290.12º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF98ED is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 223 152 237 -
CMYK 0.06 0.36 0 0.07
HSL 290.12º 0.7% 0.76% -
HSV(B) 290.12º 0.36% 0.93% -
XYZ 56.95 44.26 85.66 -
YUV 182.92 158.52 156.59 -
System Red Green Blue C M Y K H S L
Decimal 223 152 237 0.06 0.36 0 0.07 290.12 0.7 0.76
Hex DF 98 ED 6 24 0 7 122 46 4C
Octal 337 230 355 6 44 0 7 442 106 114
Binary 11011111 10011000 11101101 110 100100 0 111 100100010 1000110 1001100

Color Harmonies of #DF98ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF98ED

Black with #DF98ED

Text Example


Text Example

White with #DF98ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF98ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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