Html Css Color HEX #DBA4D3 Plum

📋 copy color: '#DBA4D3'

red 219 ◦ green 164 ◦ blue 211

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

Shades of Plum #DBA4D3

Tints of Plum #DBA4D3

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.61%

 BLUE value IS 211 (82.81% from 255) = 35.52%

R = 36.87%
G = 27.61%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DBA4D3 (or 0xDBA4D3) is known color: Plum. HEX triplet: DB, A4 and D3. RGB value is (219,164,211). Sum of RGB (Red+Green+Blue) = 219+164+211=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 164 (64.45% from 255 or 27.61% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA4D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA4D3 is #245B2C. Grayscale: #B9B9B9. Windows color (decimal): -2382637 or 13870299. OLE color: 13870299.

HSL color Cylindrical-coordinate representation of color #DBA4D3: hue angle of 308.73º degrees, saturation: 0.43, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DBA4D3 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 164 211 -
CMYK 0 0.25 0.04 0.14
HSL 308.73º 0.43% 0.75% -
HSV(B) 308.73º 0.25% 0.86% -
XYZ 54.25 46.31 67.71 -
YUV 185.8 142.22 151.68 -
System Red Green Blue C M Y K H S L
Decimal 219 164 211 0 0.25 0.04 0.14 308.73 0.43 0.75
Hex DB A4 D3 0 19 4 E 135 2B 4B
Octal 333 244 323 0 31 4 16 465 53 113
Binary 11011011 10100100 11010011 0 11001 100 1110 100110101 101011 1001011

Color Harmonies of #DBA4D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA4D3

Black with #DBA4D3

Text Example


Text Example

White with #DBA4D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA4D3; }

 p { color: rgb(219,164,211); }

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

background-color css

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

 a { background-color: rgb(219,164,211); }

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

border-color css

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

 span { border-color: rgb(219,164,211); }

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