Html Css Color HEX #DB8CE4 Plum

📋 copy color: '#DB8CE4'

red 219 ◦ green 140 ◦ blue 228

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

Shades of Plum #DB8CE4

Tints of Plum #DB8CE4

RGB

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

 GREEN value IS 140 (55.08% from 255) = 23.85%

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 37.31%
G = 23.85%
B = 38.84%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#DB8CE4 (or 0xDB8CE4) is known color: Plum. HEX triplet: DB, 8C and E4. RGB value is (219,140,228). Sum of RGB (Red+Green+Blue) = 219+140+228=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 140 (55.08% from 255 or 23.85% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB8CE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CE4 is #24731B. Grayscale: #ADADAD. Windows color (decimal): -2388764 or 14978267. OLE color: 14978267.

HSL color Cylindrical-coordinate representation of color #DB8CE4: hue angle of 293.86º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8CE4 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 140 228 -
CMYK 0.04 0.39 0 0.11
HSL 293.86º 0.62% 0.72% -
HSV(B) 293.86º 0.39% 0.89% -
XYZ 52.6 39.42 78.24 -
YUV 173.65 158.67 160.34 -
System Red Green Blue C M Y K H S L
Decimal 219 140 228 0.04 0.39 0 0.11 293.86 0.62 0.72
Hex DB 8C E4 4 27 0 B 126 3E 48
Octal 333 214 344 4 47 0 13 446 76 110
Binary 11011011 10001100 11100100 100 100111 0 1011 100100110 111110 1001000

Color Harmonies of #DB8CE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8CE4

Black with #DB8CE4

Text Example


Text Example

White with #DB8CE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8CE4; }

 p { color: rgb(219,140,228); }

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

background-color css

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

 a { background-color: rgb(219,140,228); }

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

border-color css

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

 span { border-color: rgb(219,140,228); }

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