Html Css Color HEX #DC99F0 Plum

📋 copy color: '#DC99F0'

red 220 ◦ green 153 ◦ blue 240

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

Shades of Plum #DC99F0

Tints of Plum #DC99F0

RGB

 RED value IS 220 (86.33% from 255) = 35.89%

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

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

R = 35.89%
G = 24.96%
B = 39.15%

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

#DC99F0 (or 0xDC99F0) is known color: Plum. HEX triplet: DC, 99 and F0. RGB value is (220,153,240). Sum of RGB (Red+Green+Blue) = 220+153+240=613 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.89% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 240 (94.14% from 255 or 39.15% from 613); Max value from RGB is 240 - color contains mainly: blue. Hex color #DC99F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99F0 is #23660F. Grayscale: #B6B6B6. Windows color (decimal): -2319888 or 15768028. OLE color: 15768028.

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

Color convert

RGB 220 153 240 -
CMYK 0.08 0.36 0 0.06
HSL 286.21º 0.74% 0.77% -
HSV(B) 286.21º 0.36% 0.94% -
XYZ 56.63 44.29 88 -
YUV 182.95 160.2 154.43 -
System Red Green Blue C M Y K H S L
Decimal 220 153 240 0.08 0.36 0 0.06 286.21 0.74 0.77
Hex DC 99 F0 8 24 0 6 11E 4A 4D
Octal 334 231 360 10 44 0 6 436 112 115
Binary 11011100 10011001 11110000 1000 100100 0 110 100011110 1001010 1001101

Color Harmonies of #DC99F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99F0

Black with #DC99F0

Text Example


Text Example

White with #DC99F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99F0; }

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

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

background-color css

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

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

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

border-color css

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

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

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