Html Css Color HEX #DBA5E0 Plum

📋 copy color: '#DBA5E0'

red 219 ◦ green 165 ◦ blue 224

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

Shades of Plum #DBA5E0

Tints of Plum #DBA5E0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.14%

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

R = 36.02%
G = 27.14%
B = 36.84%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#DBA5E0 (or 0xDBA5E0) is known color: Plum. HEX triplet: DB, A5 and E0. RGB value is (219,165,224). Sum of RGB (Red+Green+Blue) = 219+165+224=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 224 (87.89% from 255 or 36.84% from 608); Max value from RGB is 224 - color contains mainly: blue. Hex color #DBA5E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5E0 is #245A1F. Grayscale: #BBBBBB. Windows color (decimal): -2382368 or 14722523. OLE color: 14722523.

HSL color Cylindrical-coordinate representation of color #DBA5E0: hue angle of 294.92º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DBA5E0 is Cyan = 0.02, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 165 224 -
CMYK 0.02 0.26 0 0.12
HSL 294.92º 0.49% 0.76% -
HSV(B) 294.92º 0.26% 0.88% -
XYZ 56.12 47.35 76.7 -
YUV 187.87 148.39 150.2 -
System Red Green Blue C M Y K H S L
Decimal 219 165 224 0.02 0.26 0 0.12 294.92 0.49 0.76
Hex DB A5 E0 2 1A 0 C 127 31 4C
Octal 333 245 340 2 32 0 14 447 61 114
Binary 11011011 10100101 11100000 10 11010 0 1100 100100111 110001 1001100

Color Harmonies of #DBA5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5E0

Black with #DBA5E0

Text Example


Text Example

White with #DBA5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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