Html Css Color HEX #DC99F1 Plum

📋 copy color: '#DC99F1'

red 220 ◦ green 153 ◦ blue 241

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

Shades of Plum #DC99F1

Tints of Plum #DC99F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 39.25%

R = 35.83%
G = 24.92%
B = 39.25%

CMYK

 C value IS 0.09

 M value IS 0.37

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DC99F1 (or 0xDC99F1) is known color: Plum. HEX triplet: DC, 99 and F1. RGB value is (220,153,241). Sum of RGB (Red+Green+Blue) = 220+153+241=614 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.83% from 614); Green value is 153 (60.16% from 255 or 24.92% from 614); Blue value is 241 (94.53% from 255 or 39.25% from 614); Max value from RGB is 241 - color contains mainly: blue. Hex color #DC99F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC99F1 is #23660E. Grayscale: #B6B6B6. Windows color (decimal): -2319887 or 15833564. OLE color: 15833564.

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

Color convert

RGB 220 153 241 -
CMYK 0.09 0.37 0 0.05
HSL 285.68º 0.76% 0.77% -
HSV(B) 285.68º 0.37% 0.95% -
XYZ 56.78 44.35 88.79 -
YUV 183.07 160.7 154.34 -
System Red Green Blue C M Y K H S L
Decimal 220 153 241 0.09 0.37 0 0.05 285.68 0.76 0.77
Hex DC 99 F1 9 25 0 5 11E 4C 4D
Octal 334 231 361 11 45 0 5 436 114 115
Binary 11011100 10011001 11110001 1001 100101 0 101 100011110 1001100 1001101

Color Harmonies of #DC99F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99F1

Black with #DC99F1

Text Example


Text Example

White with #DC99F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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