Html Css Color HEX #D592DB Plum

📋 copy color: '#D592DB'

red 213 ◦ green 146 ◦ blue 219

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

Shades of Plum #D592DB

Tints of Plum #D592DB

RGB

 RED value IS 213 (83.59% from 255) = 36.85%

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

 BLUE value IS 219 (85.94% from 255) = 37.89%

R = 36.85%
G = 25.26%
B = 37.89%

CMYK

 C value IS 0.03

 M value IS 0.33

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D592DB (or 0xD592DB) is known color: Plum. HEX triplet: D5, 92 and DB. RGB value is (213,146,219). Sum of RGB (Red+Green+Blue) = 213+146+219=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 146 (57.42% from 255 or 25.26% from 578); Blue value is 219 (85.94% from 255 or 37.89% from 578); Max value from RGB is 219 - color contains mainly: blue. Hex color #D592DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592DB is #2A6D24. Grayscale: #AEAEAE. Windows color (decimal): -2780453 or 14389973. OLE color: 14389973.

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

Color convert

RGB 213 146 219 -
CMYK 0.03 0.33 0 0.14
HSL 295.07º 0.5% 0.72% -
HSV(B) 295.07º 0.33% 0.86% -
XYZ 50.51 39.82 72.04 -
YUV 174.36 153.2 155.56 -
System Red Green Blue C M Y K H S L
Decimal 213 146 219 0.03 0.33 0 0.14 295.07 0.5 0.72
Hex D5 92 DB 3 21 0 E 127 32 48
Octal 325 222 333 3 41 0 16 447 62 110
Binary 11010101 10010010 11011011 11 100001 0 1110 100100111 110010 1001000

Color Harmonies of #D592DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592DB

Black with #D592DB

Text Example


Text Example

White with #D592DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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