Html Css Color HEX #DBA2CE Plum

📋 copy color: '#DBA2CE'

red 219 ◦ green 162 ◦ blue 206

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

Shades of Plum #DBA2CE

Tints of Plum #DBA2CE

RGB

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

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

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

R = 37.31%
G = 27.6%
B = 35.09%

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

#DBA2CE (or 0xDBA2CE) is known color: Plum. HEX triplet: DB, A2 and CE. RGB value is (219,162,206). Sum of RGB (Red+Green+Blue) = 219+162+206=587 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.31% from 587); Green value is 162 (63.67% from 255 or 27.60% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA2CE is #245D31. Grayscale: #B7B7B7. Windows color (decimal): -2383154 or 13542107. OLE color: 13542107.

HSL color Cylindrical-coordinate representation of color #DBA2CE: hue angle of 313.68º degrees, saturation: 0.44, 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 #DBA2CE is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 162 206 -
CMYK 0 0.26 0.06 0.14
HSL 313.68º 0.44% 0.75% -
HSV(B) 313.68º 0.26% 0.86% -
XYZ 53.27 45.36 64.34 -
YUV 184.06 140.38 152.92 -
System Red Green Blue C M Y K H S L
Decimal 219 162 206 0 0.26 0.06 0.14 313.68 0.44 0.75
Hex DB A2 CE 0 1A 6 E 13A 2C 4B
Octal 333 242 316 0 32 6 16 472 54 113
Binary 11011011 10100010 11001110 0 11010 110 1110 100111010 101100 1001011

Color Harmonies of #DBA2CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA2CE

Black with #DBA2CE

Text Example


Text Example

White with #DBA2CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA2CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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