Html Css Color HEX #DF9ACD Plum

📋 copy color: '#DF9ACD'

red 223 ◦ green 154 ◦ blue 205

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

Shades of Plum #DF9ACD

Tints of Plum #DF9ACD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.46%

 BLUE value IS 205 (80.47% from 255) = 35.22%

R = 38.32%
G = 26.46%
B = 35.22%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF9ACD (or 0xDF9ACD) is known color: Plum. HEX triplet: DF, 9A and CD. RGB value is (223,154,205). Sum of RGB (Red+Green+Blue) = 223+154+205=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 154 (60.55% from 255 or 26.46% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9ACD is #206532. Grayscale: #B4B4B4. Windows color (decimal): -2123059 or 13474527. OLE color: 13474527.

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

Color convert

RGB 223 154 205 -
CMYK 0 0.31 0.08 0.13
HSL 315.65º 0.52% 0.74% -
HSV(B) 315.65º 0.31% 0.87% -
XYZ 53.01 43.21 63.3 -
YUV 180.45 141.86 158.35 -
System Red Green Blue C M Y K H S L
Decimal 223 154 205 0 0.31 0.08 0.13 315.65 0.52 0.74
Hex DF 9A CD 0 1F 8 D 13C 34 4A
Octal 337 232 315 0 37 10 15 474 64 112
Binary 11011111 10011010 11001101 0 11111 1000 1101 100111100 110100 1001010

Color Harmonies of #DF9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9ACD

Black with #DF9ACD

Text Example


Text Example

White with #DF9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9ACD; }

 p { color: rgb(223,154,205); }

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

background-color css

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

 a { background-color: rgb(223,154,205); }

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

border-color css

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

 span { border-color: rgb(223,154,205); }

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