Html Css Color HEX #DE99F2 Plum

📋 copy color: '#DE99F2'

red 222 ◦ green 153 ◦ blue 242

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

Shades of Plum #DE99F2

Tints of Plum #DE99F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.22%

R = 35.98%
G = 24.8%
B = 39.22%

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

#DE99F2 (or 0xDE99F2) is known color: Plum. HEX triplet: DE, 99 and F2. RGB value is (222,153,242). Sum of RGB (Red+Green+Blue) = 222+153+242=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 153 (60.16% from 255 or 24.80% from 617); Blue value is 242 (94.92% from 255 or 39.22% from 617); Max value from RGB is 242 - color contains mainly: blue. Hex color #DE99F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DE99F2 is #21660D. Grayscale: #B7B7B7. Windows color (decimal): -2188814 or 15899102. OLE color: 15899102.

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

Color convert

RGB 222 153 242 -
CMYK 0.08 0.37 0 0.05
HSL 286.52º 0.77% 0.77% -
HSV(B) 286.52º 0.37% 0.95% -
XYZ 57.54 44.72 89.6 -
YUV 183.78 160.86 155.26 -
System Red Green Blue C M Y K H S L
Decimal 222 153 242 0.08 0.37 0 0.05 286.52 0.77 0.77
Hex DE 99 F2 8 25 0 5 11F 4D 4D
Octal 336 231 362 10 45 0 5 437 115 115
Binary 11011110 10011001 11110010 1000 100101 0 101 100011111 1001101 1001101

Color Harmonies of #DE99F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE99F2

Black with #DE99F2

Text Example


Text Example

White with #DE99F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE99F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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