Html Css Color HEX #DF99D3 Plum

📋 copy color: '#DF99D3'

red 223 ◦ green 153 ◦ blue 211

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

Shades of Plum #DF99D3

Tints of Plum #DF99D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 35.95%

R = 37.99%
G = 26.06%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF99D3 (or 0xDF99D3) is known color: Plum. HEX triplet: DF, 99 and D3. RGB value is (223,153,211). Sum of RGB (Red+Green+Blue) = 223+153+211=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 153 (60.16% from 255 or 26.06% from 587); Blue value is 211 (82.81% from 255 or 35.95% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF99D3 is #20662C. Grayscale: #B4B4B4. Windows color (decimal): -2123309 or 13867487. OLE color: 13867487.

HSL color Cylindrical-coordinate representation of color #DF99D3: hue angle of 310.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 #DF99D3 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 153 211 -
CMYK 0 0.31 0.05 0.13
HSL 310.29º 0.52% 0.74% -
HSV(B) 310.29º 0.31% 0.87% -
XYZ 53.58 43.17 67.14 -
YUV 180.54 145.19 158.28 -
System Red Green Blue C M Y K H S L
Decimal 223 153 211 0 0.31 0.05 0.13 310.29 0.52 0.74
Hex DF 99 D3 0 1F 5 D 136 34 4A
Octal 337 231 323 0 37 5 15 466 64 112
Binary 11011111 10011001 11010011 0 11111 101 1101 100110110 110100 1001010

Color Harmonies of #DF99D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF99D3

Black with #DF99D3

Text Example


Text Example

White with #DF99D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF99D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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