Html Css Color HEX #DF99DA Plum

📋 copy color: '#DF99DA'

red 223 ◦ green 153 ◦ blue 218

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

Shades of Plum #DF99DA

Tints of Plum #DF99DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 36.7%

R = 37.54%
G = 25.76%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF99DA (or 0xDF99DA) is known color: Plum. HEX triplet: DF, 99 and DA. RGB value is (223,153,218). Sum of RGB (Red+Green+Blue) = 223+153+218=594 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.54% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99DA is #206625. Grayscale: #B5B5B5. Windows color (decimal): -2123302 or 14326239. OLE color: 14326239.

HSL color Cylindrical-coordinate representation of color #DF99DA: hue angle of 304.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF99DA is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 218 -
CMYK 0 0.31 0.02 0.13
HSL 304.29º 0.52% 0.74% -
HSV(B) 304.29º 0.31% 0.87% -
XYZ 54.48 43.53 71.86 -
YUV 181.34 148.69 157.71 -
System Red Green Blue C M Y K H S L
Decimal 223 153 218 0 0.31 0.02 0.13 304.29 0.52 0.74
Hex DF 99 DA 0 1F 2 D 130 34 4A
Octal 337 231 332 0 37 2 15 460 64 112
Binary 11011111 10011001 11011010 0 11111 10 1101 100110000 110100 1001010

Color Harmonies of #DF99DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99DA

Black with #DF99DA

Text Example


Text Example

White with #DF99DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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