Html Css Color HEX #DF8BDA Plum

📋 copy color: '#DF8BDA'

red 223 ◦ green 139 ◦ blue 218

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

Shades of Plum #DF8BDA

Tints of Plum #DF8BDA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 23.97%

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

R = 38.45%
G = 23.97%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DF8BDA (or 0xDF8BDA) is known color: Plum. HEX triplet: DF, 8B and DA. RGB value is (223,139,218). Sum of RGB (Red+Green+Blue) = 223+139+218=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 218 (85.55% from 255 or 37.59% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8BDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF8BDA is #207425. Grayscale: #ACACAC. Windows color (decimal): -2126886 or 14322655. OLE color: 14322655.

HSL color Cylindrical-coordinate representation of color #DF8BDA: hue angle of 303.57º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF8BDA is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 139 218 -
CMYK 0 0.38 0.02 0.13
HSL 303.57º 0.57% 0.71% -
HSV(B) 303.57º 0.38% 0.87% -
XYZ 52.32 39.22 71.14 -
YUV 173.12 153.33 163.58 -
System Red Green Blue C M Y K H S L
Decimal 223 139 218 0 0.38 0.02 0.13 303.57 0.57 0.71
Hex DF 8B DA 0 26 2 D 130 39 47
Octal 337 213 332 0 46 2 15 460 71 107
Binary 11011111 10001011 11011010 0 100110 10 1101 100110000 111001 1000111

Color Harmonies of #DF8BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8BDA

Black with #DF8BDA

Text Example


Text Example

White with #DF8BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8BDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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