Html Css Color HEX #DF9BE6 Plum

📋 copy color: '#DF9BE6'

red 223 ◦ green 155 ◦ blue 230

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

Shades of Plum #DF9BE6

Tints of Plum #DF9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.83%

R = 36.68%
G = 25.49%
B = 37.83%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#DF9BE6 (or 0xDF9BE6) is known color: Plum. HEX triplet: DF, 9B and E6. RGB value is (223,155,230). Sum of RGB (Red+Green+Blue) = 223+155+230=608 (80% of max value = 765). Red value is 223 (87.5% from 255 or 36.68% from 608); Green value is 155 (60.94% from 255 or 25.49% from 608); Blue value is 230 (90.23% from 255 or 37.83% from 608); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF9BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9BE6 is #206419. Grayscale: #B7B7B7. Windows color (decimal): -2122778 or 15113183. OLE color: 15113183.

HSL color Cylindrical-coordinate representation of color #DF9BE6: hue angle of 294.4º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9BE6 is Cyan = 0.03, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 223 155 230 -
CMYK 0.03 0.33 0 0.10
HSL 294.4º 0.6% 0.75% -
HSV(B) 294.4º 0.33% 0.9% -
XYZ 56.44 44.84 80.54 -
YUV 183.88 154.03 155.9 -
System Red Green Blue C M Y K H S L
Decimal 223 155 230 0.03 0.33 0 0.10 294.4 0.6 0.75
Hex DF 9B E6 3 21 0 A 126 3C 4B
Octal 337 233 346 3 41 0 12 446 74 113
Binary 11011111 10011011 11100110 11 100001 0 1010 100100110 111100 1001011

Color Harmonies of #DF9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF9BE6

Black with #DF9BE6

Text Example


Text Example

White with #DF9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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