Html Css Color HEX #DBA0D4 Plum

📋 copy color: '#DBA0D4'

red 219 ◦ green 160 ◦ blue 212

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

Shades of Plum #DBA0D4

Tints of Plum #DBA0D4

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.07%

 BLUE value IS 212 (83.2% from 255) = 35.87%

R = 37.06%
G = 27.07%
B = 35.87%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBA0D4 (or 0xDBA0D4) is known color: Plum. HEX triplet: DB, A0 and D4. RGB value is (219,160,212). Sum of RGB (Red+Green+Blue) = 219+160+212=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 160 (62.89% from 255 or 27.07% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA0D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA0D4 is #245F2B. Grayscale: #B7B7B7. Windows color (decimal): -2383660 or 13934811. OLE color: 13934811.

HSL color Cylindrical-coordinate representation of color #DBA0D4: hue angle of 307.12º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DBA0D4 is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 160 212 -
CMYK 0 0.27 0.03 0.14
HSL 307.12º 0.45% 0.74% -
HSV(B) 307.12º 0.27% 0.86% -
XYZ 53.67 44.96 68.14 -
YUV 183.57 144.05 153.27 -
System Red Green Blue C M Y K H S L
Decimal 219 160 212 0 0.27 0.03 0.14 307.12 0.45 0.74
Hex DB A0 D4 0 1B 3 E 133 2D 4A
Octal 333 240 324 0 33 3 16 463 55 112
Binary 11011011 10100000 11010100 0 11011 11 1110 100110011 101101 1001010

Color Harmonies of #DBA0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA0D4

Black with #DBA0D4

Text Example


Text Example

White with #DBA0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA0D4; }

 p { color: rgb(219,160,212); }

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

background-color css

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

 a { background-color: rgb(219,160,212); }

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

border-color css

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

 span { border-color: rgb(219,160,212); }

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