Html Css Color HEX #DB9CE0 Plum

📋 copy color: '#DB9CE0'

red 219 ◦ green 156 ◦ blue 224

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

Shades of Plum #DB9CE0

Tints of Plum #DB9CE0

RGB

 RED value IS 219 (85.94% from 255) = 36.56%

 GREEN value IS 156 (61.33% from 255) = 26.04%

 BLUE value IS 224 (87.89% from 255) = 37.4%

R = 36.56%
G = 26.04%
B = 37.4%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DB9CE0 (or 0xDB9CE0) is known color: Plum. HEX triplet: DB, 9C and E0. RGB value is (219,156,224). Sum of RGB (Red+Green+Blue) = 219+156+224=599 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.56% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 224 (87.89% from 255 or 37.40% from 599); Max value from RGB is 224 - color contains mainly: blue. Hex color #DB9CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9CE0 is #24631F. Grayscale: #B6B6B6. Windows color (decimal): -2384672 or 14720219. OLE color: 14720219.

HSL color Cylindrical-coordinate representation of color #DB9CE0: hue angle of 295.59º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9CE0 is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 156 224 -
CMYK 0.02 0.30 0 0.12
HSL 295.59º 0.52% 0.75% -
HSV(B) 295.59º 0.3% 0.88% -
XYZ 54.56 44.22 76.18 -
YUV 182.59 151.37 153.97 -
System Red Green Blue C M Y K H S L
Decimal 219 156 224 0.02 0.30 0 0.12 295.59 0.52 0.75
Hex DB 9C E0 2 1E 0 C 128 34 4B
Octal 333 234 340 2 36 0 14 450 64 113
Binary 11011011 10011100 11100000 10 11110 0 1100 100101000 110100 1001011

Color Harmonies of #DB9CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB9CE0

Black with #DB9CE0

Text Example


Text Example

White with #DB9CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB9CE0; }

 p { color: rgb(219,156,224); }

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

background-color css

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

 a { background-color: rgb(219,156,224); }

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

border-color css

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

 span { border-color: rgb(219,156,224); }

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