Html Css Color HEX #DB92CC Plum

📋 copy color: '#DB92CC'

red 219 ◦ green 146 ◦ blue 204

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

Shades of Plum #DB92CC

Tints of Plum #DB92CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.66%

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

R = 38.49%
G = 25.66%
B = 35.85%

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

#DB92CC (or 0xDB92CC) is known color: Plum. HEX triplet: DB, 92 and CC. RGB value is (219,146,204). Sum of RGB (Red+Green+Blue) = 219+146+204=569 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.49% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 219 - color contains mainly: red. Hex color #DB92CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB92CC is #246D33. Grayscale: #AEAEAE. Windows color (decimal): -2387252 or 13406939. OLE color: 13406939.

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

Color convert

RGB 219 146 204 -
CMYK 0 0.33 0.07 0.14
HSL 312.33º 0.5% 0.72% -
HSV(B) 312.33º 0.33% 0.86% -
XYZ 50.39 39.98 62.19 -
YUV 174.44 144.68 159.78 -
System Red Green Blue C M Y K H S L
Decimal 219 146 204 0 0.33 0.07 0.14 312.33 0.5 0.72
Hex DB 92 CC 0 21 7 E 138 32 48
Octal 333 222 314 0 41 7 16 470 62 110
Binary 11011011 10010010 11001100 0 100001 111 1110 100111000 110010 1001000

Color Harmonies of #DB92CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB92CC

Black with #DB92CC

Text Example


Text Example

White with #DB92CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB92CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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