Html Css Color HEX #DF9DD4 Plum

📋 copy color: '#DF9DD4'

red 223 ◦ green 157 ◦ blue 212

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

Shades of Plum #DF9DD4

Tints of Plum #DF9DD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.81%

R = 37.67%
G = 26.52%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DF9DD4 (or 0xDF9DD4) is known color: Plum. HEX triplet: DF, 9D and D4. RGB value is (223,157,212). Sum of RGB (Red+Green+Blue) = 223+157+212=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 212 (83.20% from 255 or 35.81% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9DD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9DD4 is #20622B. Grayscale: #B6B6B6. Windows color (decimal): -2122284 or 13934047. OLE color: 13934047.

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

Color convert

RGB 223 157 212 -
CMYK 0 0.30 0.05 0.13
HSL 310º 0.51% 0.75% -
HSV(B) 310º 0.3% 0.87% -
XYZ 54.37 44.56 68.02 -
YUV 183 144.37 156.53 -
System Red Green Blue C M Y K H S L
Decimal 223 157 212 0 0.30 0.05 0.13 310 0.51 0.75
Hex DF 9D D4 0 1E 5 D 136 33 4B
Octal 337 235 324 0 36 5 15 466 63 113
Binary 11011111 10011101 11010100 0 11110 101 1101 100110110 110011 1001011

Color Harmonies of #DF9DD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9DD4

Black with #DF9DD4

Text Example


Text Example

White with #DF9DD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9DD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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