Html Css Color HEX #DF9CD0 Plum

📋 copy color: '#DF9CD0'

red 223 ◦ green 156 ◦ blue 208

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

Shades of Plum #DF9CD0

Tints of Plum #DF9CD0

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.58%

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

R = 37.99%
G = 26.58%
B = 35.43%

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

#DF9CD0 (or 0xDF9CD0) is known color: Plum. HEX triplet: DF, 9C and D0. RGB value is (223,156,208). Sum of RGB (Red+Green+Blue) = 223+156+208=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 208 (81.64% from 255 or 35.43% from 587); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9CD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9CD0 is #20632F. Grayscale: #B5B5B5. Windows color (decimal): -2122544 or 13671647. OLE color: 13671647.

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

Color convert

RGB 223 156 208 -
CMYK 0 0.30 0.07 0.13
HSL 313.43º 0.51% 0.74% -
HSV(B) 313.43º 0.3% 0.87% -
XYZ 53.71 44.02 65.34 -
YUV 181.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 223 156 208 0 0.30 0.07 0.13 313.43 0.51 0.74
Hex DF 9C D0 0 1E 7 D 139 33 4A
Octal 337 234 320 0 36 7 15 471 63 112
Binary 11011111 10011100 11010000 0 11110 111 1101 100111001 110011 1001010

Color Harmonies of #DF9CD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9CD0

Black with #DF9CD0

Text Example


Text Example

White with #DF9CD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9CD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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