Html Css Color HEX #DF99EA Plum

📋 copy color: '#DF99EA'

red 223 ◦ green 153 ◦ blue 234

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

Shades of Plum #DF99EA

Tints of Plum #DF99EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.36%

R = 36.56%
G = 25.08%
B = 38.36%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DF99EA (or 0xDF99EA) is known color: Plum. HEX triplet: DF, 99 and EA. RGB value is (223,153,234). Sum of RGB (Red+Green+Blue) = 223+153+234=610 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.56% from 610); Green value is 153 (60.16% from 255 or 25.08% from 610); Blue value is 234 (91.80% from 255 or 38.36% from 610); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF99EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF99EA is #206615. Grayscale: #B6B6B6. Windows color (decimal): -2123286 or 15374815. OLE color: 15374815.

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

Color convert

RGB 223 153 234 -
CMYK 0.05 0.35 0 0.08
HSL 291.85º 0.66% 0.76% -
HSV(B) 291.85º 0.35% 0.92% -
XYZ 56.67 44.41 83.43 -
YUV 183.16 156.69 156.41 -
System Red Green Blue C M Y K H S L
Decimal 223 153 234 0.05 0.35 0 0.08 291.85 0.66 0.76
Hex DF 99 EA 5 23 0 8 124 42 4C
Octal 337 231 352 5 43 0 10 444 102 114
Binary 11011111 10011001 11101010 101 100011 0 1000 100100100 1000010 1001100

Color Harmonies of #DF99EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99EA

Black with #DF99EA

Text Example


Text Example

White with #DF99EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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