Html Css Color HEX #DF9DD0 Plum

📋 copy color: '#DF9DD0'

red 223 ◦ green 157 ◦ blue 208

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

Shades of Plum #DF9DD0

Tints of Plum #DF9DD0

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.7%

 BLUE value IS 208 (81.64% from 255) = 35.37%

R = 37.93%
G = 26.7%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF9DD0 (or 0xDF9DD0) is known color: Plum. HEX triplet: DF, 9D and D0. RGB value is (223,157,208). Sum of RGB (Red+Green+Blue) = 223+157+208=588 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.93% from 588); Green value is 157 (61.72% from 255 or 26.70% from 588); Blue value is 208 (81.64% from 255 or 35.37% from 588); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD0 is #20622F. Grayscale: #B6B6B6. Windows color (decimal): -2122288 or 13671903. OLE color: 13671903.

HSL color Cylindrical-coordinate representation of color #DF9DD0: hue angle of 313.64º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DF9DD0 is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 157 208 -
CMYK 0 0.30 0.07 0.13
HSL 313.64º 0.51% 0.75% -
HSV(B) 313.64º 0.3% 0.87% -
XYZ 53.87 44.36 65.4 -
YUV 182.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 223 157 208 0 0.30 0.07 0.13 313.64 0.51 0.75
Hex DF 9D D0 0 1E 7 D 13A 33 4B
Octal 337 235 320 0 36 7 15 472 63 113
Binary 11011111 10011101 11010000 0 11110 111 1101 100111010 110011 1001011

Color Harmonies of #DF9DD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DD0

Black with #DF9DD0

Text Example


Text Example

White with #DF9DD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DD0; }

 p { color: rgb(223,157,208); }

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

background-color css

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

 a { background-color: rgb(223,157,208); }

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

border-color css

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

 span { border-color: rgb(223,157,208); }

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