Html Css Color HEX #DD99F0 Plum

📋 copy color: '#DD99F0'

red 221 ◦ green 153 ◦ blue 240

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

Shades of Plum #DD99F0

Tints of Plum #DD99F0

RGB

 RED value IS 221 (86.72% from 255) = 35.99%

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

 BLUE value IS 240 (94.14% from 255) = 39.09%

R = 35.99%
G = 24.92%
B = 39.09%

CMYK

 C value IS 0.08

 M value IS 0.36

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DD99F0 (or 0xDD99F0) is known color: Plum. HEX triplet: DD, 99 and F0. RGB value is (221,153,240). Sum of RGB (Red+Green+Blue) = 221+153+240=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 240 (94.14% from 255 or 39.09% from 614); Max value from RGB is 240 - color contains mainly: blue. Hex color #DD99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD99F0 is #22660F. Grayscale: #B6B6B6. Windows color (decimal): -2254352 or 15768029. OLE color: 15768029.

HSL color Cylindrical-coordinate representation of color #DD99F0: hue angle of 286.9º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DD99F0 is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 153 240 -
CMYK 0.08 0.36 0 0.06
HSL 286.9º 0.74% 0.77% -
HSV(B) 286.9º 0.36% 0.94% -
XYZ 56.94 44.45 88.02 -
YUV 183.25 160.03 154.93 -
System Red Green Blue C M Y K H S L
Decimal 221 153 240 0.08 0.36 0 0.06 286.9 0.74 0.77
Hex DD 99 F0 8 24 0 6 11F 4A 4D
Octal 335 231 360 10 44 0 6 437 112 115
Binary 11011101 10011001 11110000 1000 100100 0 110 100011111 1001010 1001101

Color Harmonies of #DD99F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99F0

Black with #DD99F0

Text Example


Text Example

White with #DD99F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99F0; }

 p { color: rgb(221,153,240); }

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

background-color css

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

 a { background-color: rgb(221,153,240); }

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

border-color css

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

 span { border-color: rgb(221,153,240); }

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