Html Css Color HEX #DBA5D4 Plum

📋 copy color: '#DBA5D4'

red 219 ◦ green 165 ◦ blue 212

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

Shades of Plum #DBA5D4

Tints of Plum #DBA5D4

RGB

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

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

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

R = 36.74%
G = 27.68%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#DBA5D4 (or 0xDBA5D4) is known color: Plum. HEX triplet: DB, A5 and D4. RGB value is (219,165,212). Sum of RGB (Red+Green+Blue) = 219+165+212=596 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.74% from 596); Green value is 165 (64.84% from 255 or 27.68% from 596); Blue value is 212 (83.20% from 255 or 35.57% from 596); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA5D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA5D4 is #245A2B. Grayscale: #BABABA. Windows color (decimal): -2382380 or 13936091. OLE color: 13936091.

HSL color Cylindrical-coordinate representation of color #DBA5D4: hue angle of 307.78º 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 #DBA5D4 is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 212 -
CMYK 0 0.25 0.03 0.14
HSL 307.78º 0.43% 0.75% -
HSV(B) 307.78º 0.25% 0.86% -
XYZ 54.55 46.72 68.43 -
YUV 186.5 142.39 151.18 -
System Red Green Blue C M Y K H S L
Decimal 219 165 212 0 0.25 0.03 0.14 307.78 0.43 0.75
Hex DB A5 D4 0 19 3 E 134 2B 4B
Octal 333 245 324 0 31 3 16 464 53 113
Binary 11011011 10100101 11010100 0 11001 11 1110 100110100 101011 1001011

Color Harmonies of #DBA5D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA5D4

Black with #DBA5D4

Text Example


Text Example

White with #DBA5D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA5D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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