Html Css Color HEX #DF9DD2 Plum

📋 copy color: '#DF9DD2'

red 223 ◦ green 157 ◦ blue 210

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

Shades of Plum #DF9DD2

Tints of Plum #DF9DD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.59%

R = 37.8%
G = 26.61%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DF9DD2 (or 0xDF9DD2) is known color: Plum. HEX triplet: DF, 9D and D2. RGB value is (223,157,210). Sum of RGB (Red+Green+Blue) = 223+157+210=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 157 (61.72% from 255 or 26.61% from 590); Blue value is 210 (82.42% from 255 or 35.59% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD2 is #20622D. Grayscale: #B6B6B6. Windows color (decimal): -2122286 or 13802975. OLE color: 13802975.

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

Color convert

RGB 223 157 210 -
CMYK 0 0.30 0.06 0.13
HSL 311.82º 0.51% 0.75% -
HSV(B) 311.82º 0.3% 0.87% -
XYZ 54.12 44.46 66.7 -
YUV 182.78 143.37 156.69 -
System Red Green Blue C M Y K H S L
Decimal 223 157 210 0 0.30 0.06 0.13 311.82 0.51 0.75
Hex DF 9D D2 0 1E 6 D 138 33 4B
Octal 337 235 322 0 36 6 15 470 63 113
Binary 11011111 10011101 11010010 0 11110 110 1101 100111000 110011 1001011

Color Harmonies of #DF9DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DD2

Black with #DF9DD2

Text Example


Text Example

White with #DF9DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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