Html Css Color HEX #DF99E6 Plum

📋 copy color: '#DF99E6'

red 223 ◦ green 153 ◦ blue 230

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

Shades of Plum #DF99E6

Tints of Plum #DF99E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.95%

R = 36.8%
G = 25.25%
B = 37.95%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF99E6 (or 0xDF99E6) is known color: Plum. HEX triplet: DF, 99 and E6. RGB value is (223,153,230). Sum of RGB (Red+Green+Blue) = 223+153+230=606 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.80% from 606); Green value is 153 (60.16% from 255 or 25.25% from 606); Blue value is 230 (90.23% from 255 or 37.95% from 606); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF99E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99E6 is #206619. Grayscale: #B6B6B6. Windows color (decimal): -2123290 or 15112671. OLE color: 15112671.

HSL color Cylindrical-coordinate representation of color #DF99E6: hue angle of 294.55º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF99E6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 153 230 -
CMYK 0.03 0.33 0 0.10
HSL 294.55º 0.61% 0.75% -
HSV(B) 294.55º 0.33% 0.9% -
XYZ 56.11 44.18 80.43 -
YUV 182.71 154.69 156.74 -
System Red Green Blue C M Y K H S L
Decimal 223 153 230 0.03 0.33 0 0.10 294.55 0.61 0.75
Hex DF 99 E6 3 21 0 A 127 3D 4B
Octal 337 231 346 3 41 0 12 447 75 113
Binary 11011111 10011001 11100110 11 100001 0 1010 100100111 111101 1001011

Color Harmonies of #DF99E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99E6

Black with #DF99E6

Text Example


Text Example

White with #DF99E6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99E6; }

 p { color: rgb(223,153,230); }

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

background-color css

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

 a { background-color: rgb(223,153,230); }

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

border-color css

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

 span { border-color: rgb(223,153,230); }

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