Html Css Color HEX #DBA1CE Plum

📋 copy color: '#DBA1CE'

red 219 ◦ green 161 ◦ blue 206

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

Shades of Plum #DBA1CE

Tints of Plum #DBA1CE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 27.47%

 BLUE value IS 206 (80.86% from 255) = 35.15%

R = 37.37%
G = 27.47%
B = 35.15%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBA1CE (or 0xDBA1CE) is known color: Plum. HEX triplet: DB, A1 and CE. RGB value is (219,161,206). Sum of RGB (Red+Green+Blue) = 219+161+206=586 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.37% from 586); Green value is 161 (63.28% from 255 or 27.47% from 586); Blue value is 206 (80.86% from 255 or 35.15% from 586); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA1CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA1CE is #245E31. Grayscale: #B7B7B7. Windows color (decimal): -2383410 or 13541851. OLE color: 13541851.

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

Color convert

RGB 219 161 206 -
CMYK 0 0.26 0.06 0.14
HSL 313.45º 0.45% 0.75% -
HSV(B) 313.45º 0.26% 0.86% -
XYZ 53.1 45.01 64.28 -
YUV 183.47 140.72 153.34 -
System Red Green Blue C M Y K H S L
Decimal 219 161 206 0 0.26 0.06 0.14 313.45 0.45 0.75
Hex DB A1 CE 0 1A 6 E 139 2D 4B
Octal 333 241 316 0 32 6 16 471 55 113
Binary 11011011 10100001 11001110 0 11010 110 1110 100111001 101101 1001011

Color Harmonies of #DBA1CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA1CE

Black with #DBA1CE

Text Example


Text Example

White with #DBA1CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA1CE; }

 p { color: rgb(219,161,206); }

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

background-color css

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

 a { background-color: rgb(219,161,206); }

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

border-color css

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

 span { border-color: rgb(219,161,206); }

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