Html Css Color HEX #DBA2E7 Plum

📋 copy color: '#DBA2E7'

red 219 ◦ green 162 ◦ blue 231

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

Shades of Plum #DBA2E7

Tints of Plum #DBA2E7

RGB

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

 GREEN value IS 162 (63.67% from 255) = 26.47%

 BLUE value IS 231 (90.63% from 255) = 37.75%

R = 35.78%
G = 26.47%
B = 37.75%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#DBA2E7 (or 0xDBA2E7) is known color: Plum. HEX triplet: DB, A2 and E7. RGB value is (219,162,231). Sum of RGB (Red+Green+Blue) = 219+162+231=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 162 (63.67% from 255 or 26.47% from 612); Blue value is 231 (90.62% from 255 or 37.75% from 612); Max value from RGB is 231 - color contains mainly: blue. Hex color #DBA2E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DBA2E7 is #245D18. Grayscale: #BABABA. Windows color (decimal): -2383129 or 15180507. OLE color: 15180507.

HSL color Cylindrical-coordinate representation of color #DBA2E7: hue angle of 289.57º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBA2E7 is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 162 231 -
CMYK 0.05 0.30 0 0.09
HSL 289.57º 0.59% 0.77% -
HSV(B) 289.57º 0.3% 0.91% -
XYZ 56.56 46.67 81.63 -
YUV 186.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 219 162 231 0.05 0.30 0 0.09 289.57 0.59 0.77
Hex DB A2 E7 5 1E 0 9 122 3B 4D
Octal 333 242 347 5 36 0 11 442 73 115
Binary 11011011 10100010 11100111 101 11110 0 1001 100100010 111011 1001101

Color Harmonies of #DBA2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2E7

Black with #DBA2E7

Text Example


Text Example

White with #DBA2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2E7; }

 p { color: rgb(219,162,231); }

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

background-color css

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

 a { background-color: rgb(219,162,231); }

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

border-color css

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

 span { border-color: rgb(219,162,231); }

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