Html Css Color HEX #DB93CC Plum

📋 copy color: '#DB93CC'

red 219 ◦ green 147 ◦ blue 204

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

Shades of Plum #DB93CC

Tints of Plum #DB93CC

RGB

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

 GREEN value IS 147 (57.81% from 255) = 25.79%

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 38.42%
G = 25.79%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DB93CC (or 0xDB93CC) is known color: Plum. HEX triplet: DB, 93 and CC. RGB value is (219,147,204). Sum of RGB (Red+Green+Blue) = 219+147+204=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DB93CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB93CC is #246C33. Grayscale: #AEAEAE. Windows color (decimal): -2386996 or 13407195. OLE color: 13407195.

HSL color Cylindrical-coordinate representation of color #DB93CC: hue angle of 312.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB93CC is Cyan = 0, Magento = 0.33, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 147 204 -
CMYK 0 0.33 0.07 0.14
HSL 312.5º 0.5% 0.72% -
HSV(B) 312.5º 0.33% 0.86% -
XYZ 50.55 40.29 62.24 -
YUV 175.03 144.35 159.37 -
System Red Green Blue C M Y K H S L
Decimal 219 147 204 0 0.33 0.07 0.14 312.5 0.5 0.72
Hex DB 93 CC 0 21 7 E 138 32 48
Octal 333 223 314 0 41 7 16 470 62 110
Binary 11011011 10010011 11001100 0 100001 111 1110 100111000 110010 1001000

Color Harmonies of #DB93CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB93CC

Black with #DB93CC

Text Example


Text Example

White with #DB93CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB93CC; }

 p { color: rgb(219,147,204); }

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

background-color css

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

 a { background-color: rgb(219,147,204); }

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

border-color css

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

 span { border-color: rgb(219,147,204); }

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