Html Css Color HEX #DF9BDA Plum

📋 copy color: '#DF9BDA'

red 223 ◦ green 155 ◦ blue 218

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

Shades of Plum #DF9BDA

Tints of Plum #DF9BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.01%

 BLUE value IS 218 (85.55% from 255) = 36.58%

R = 37.42%
G = 26.01%
B = 36.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF9BDA (or 0xDF9BDA) is known color: Plum. HEX triplet: DF, 9B and DA. RGB value is (223,155,218). Sum of RGB (Red+Green+Blue) = 223+155+218=596 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.42% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF9BDA is #206425. Grayscale: #B6B6B6. Windows color (decimal): -2122790 or 14326751. OLE color: 14326751.

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

Color convert

RGB 223 155 218 -
CMYK 0 0.30 0.02 0.13
HSL 304.41º 0.52% 0.74% -
HSV(B) 304.41º 0.3% 0.87% -
XYZ 54.81 44.19 71.97 -
YUV 182.51 148.03 156.88 -
System Red Green Blue C M Y K H S L
Decimal 223 155 218 0 0.30 0.02 0.13 304.41 0.52 0.74
Hex DF 9B DA 0 1E 2 D 130 34 4A
Octal 337 233 332 0 36 2 15 460 64 112
Binary 11011111 10011011 11011010 0 11110 10 1101 100110000 110100 1001010

Color Harmonies of #DF9BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BDA

Black with #DF9BDA

Text Example


Text Example

White with #DF9BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BDA; }

 p { color: rgb(223,155,218); }

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

background-color css

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

 a { background-color: rgb(223,155,218); }

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

border-color css

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

 span { border-color: rgb(223,155,218); }

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