Html Css Color HEX #D592DF Plum

📋 copy color: '#D592DF'

red 213 ◦ green 146 ◦ blue 223

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

Shades of Plum #D592DF

Tints of Plum #D592DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 38.32%

R = 36.6%
G = 25.09%
B = 38.32%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D592DF (or 0xD592DF) is known color: Plum. HEX triplet: D5, 92 and DF. RGB value is (213,146,223). Sum of RGB (Red+Green+Blue) = 213+146+223=582 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.60% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 223 (87.5% from 255 or 38.32% from 582); Max value from RGB is 223 - color contains mainly: blue. Hex color #D592DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592DF is #2A6D20. Grayscale: #AEAEAE. Windows color (decimal): -2780449 or 14652117. OLE color: 14652117.

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

Color convert

RGB 213 146 223 -
CMYK 0.04 0.35 0 0.13
HSL 292.21º 0.55% 0.72% -
HSV(B) 292.21º 0.35% 0.87% -
XYZ 51.04 40.03 74.85 -
YUV 174.81 155.2 155.24 -
System Red Green Blue C M Y K H S L
Decimal 213 146 223 0.04 0.35 0 0.13 292.21 0.55 0.72
Hex D5 92 DF 4 23 0 D 124 37 48
Octal 325 222 337 4 43 0 15 444 67 110
Binary 11010101 10010010 11011111 100 100011 0 1101 100100100 110111 1001000

Color Harmonies of #D592DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592DF

Black with #D592DF

Text Example


Text Example

White with #D592DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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