Html Css Color HEX #DE99F1 Plum

📋 copy color: '#DE99F1'

red 222 ◦ green 153 ◦ blue 241

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

Shades of Plum #DE99F1

Tints of Plum #DE99F1

RGB

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

 GREEN value IS 153 (60.16% from 255) = 24.84%

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

R = 36.04%
G = 24.84%
B = 39.12%

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

#DE99F1 (or 0xDE99F1) is known color: Plum. HEX triplet: DE, 99 and F1. RGB value is (222,153,241). Sum of RGB (Red+Green+Blue) = 222+153+241=616 (81% of max value = 765). Red value is 222 (87.11% from 255 or 36.04% from 616); Green value is 153 (60.16% from 255 or 24.84% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99F1 is #21660E. Grayscale: #B7B7B7. Windows color (decimal): -2188815 or 15833566. OLE color: 15833566.

HSL color Cylindrical-coordinate representation of color #DE99F1: hue angle of 287.05º 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 #DE99F1 is Cyan = 0.08, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 153 241 -
CMYK 0.08 0.37 0 0.05
HSL 287.05º 0.76% 0.77% -
HSV(B) 287.05º 0.37% 0.95% -
XYZ 57.39 44.66 88.81 -
YUV 183.66 160.36 155.34 -
System Red Green Blue C M Y K H S L
Decimal 222 153 241 0.08 0.37 0 0.05 287.05 0.76 0.77
Hex DE 99 F1 8 25 0 5 11F 4C 4D
Octal 336 231 361 10 45 0 5 437 114 115
Binary 11011110 10011001 11110001 1000 100101 0 101 100011111 1001100 1001101

Color Harmonies of #DE99F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99F1

Black with #DE99F1

Text Example


Text Example

White with #DE99F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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