Html Css Color HEX #D592DD Plum

📋 copy color: '#D592DD'

red 213 ◦ green 146 ◦ blue 221

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

Shades of Plum #D592DD

Tints of Plum #D592DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 36.72%
G = 25.17%
B = 38.1%

CMYK

 C value IS 0.04

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D592DD (or 0xD592DD) is known color: Plum. HEX triplet: D5, 92 and DD. RGB value is (213,146,221). Sum of RGB (Red+Green+Blue) = 213+146+221=580 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.72% from 580); Green value is 146 (57.42% from 255 or 25.17% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #D592DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592DD is #2A6D22. Grayscale: #AEAEAE. Windows color (decimal): -2780451 or 14521045. OLE color: 14521045.

HSL color Cylindrical-coordinate representation of color #D592DD: hue angle of 293.6º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D592DD is Cyan = 0.04, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 213 146 221 -
CMYK 0.04 0.34 0 0.13
HSL 293.6º 0.52% 0.72% -
HSV(B) 293.6º 0.34% 0.87% -
XYZ 50.77 39.92 73.44 -
YUV 174.58 154.2 155.4 -
System Red Green Blue C M Y K H S L
Decimal 213 146 221 0.04 0.34 0 0.13 293.6 0.52 0.72
Hex D5 92 DD 4 22 0 D 126 34 48
Octal 325 222 335 4 42 0 15 446 64 110
Binary 11010101 10010010 11011101 100 100010 0 1101 100100110 110100 1001000

Color Harmonies of #D592DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592DD

Black with #D592DD

Text Example


Text Example

White with #D592DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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