Html Css Color HEX #DE98F1 Plum

📋 copy color: '#DE98F1'

red 222 ◦ green 152 ◦ blue 241

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

Shades of Plum #DE98F1

Tints of Plum #DE98F1

RGB

 RED value IS 222 (87.11% from 255) = 36.1%

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

 BLUE value IS 241 (94.53% from 255) = 39.19%

R = 36.1%
G = 24.72%
B = 39.19%

CMYK

 C value IS 0.08

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE98F1 (or 0xDE98F1) is known color: Plum. HEX triplet: DE, 98 and F1. RGB value is (222,152,241). Sum of RGB (Red+Green+Blue) = 222+152+241=615 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.10% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 241 (94.53% from 255 or 39.19% from 615); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE98F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE98F1 is #21670E. Grayscale: #B6B6B6. Windows color (decimal): -2189071 or 15833310. OLE color: 15833310.

HSL color Cylindrical-coordinate representation of color #DE98F1: hue angle of 287.19º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE98F1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 152 241 -
CMYK 0.08 0.37 0 0.05
HSL 287.19º 0.76% 0.77% -
HSV(B) 287.19º 0.37% 0.95% -
XYZ 57.23 44.34 88.76 -
YUV 183.08 160.69 155.76 -
System Red Green Blue C M Y K H S L
Decimal 222 152 241 0.08 0.37 0 0.05 287.19 0.76 0.77
Hex DE 98 F1 8 25 0 5 11F 4C 4D
Octal 336 230 361 10 45 0 5 437 114 115
Binary 11011110 10011000 11110001 1000 100101 0 101 100011111 1001100 1001101

Color Harmonies of #DE98F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE98F1

Black with #DE98F1

Text Example


Text Example

White with #DE98F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE98F1; }

 p { color: rgb(222,152,241); }

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

background-color css

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

 a { background-color: rgb(222,152,241); }

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

border-color css

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

 span { border-color: rgb(222,152,241); }

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