Html Css Color HEX #D596DF Plum

📋 copy color: '#D596DF'

red 213 ◦ green 150 ◦ blue 223

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

Shades of Plum #D596DF

Tints of Plum #D596DF

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.6%

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

R = 36.35%
G = 25.6%
B = 38.05%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D596DF (or 0xD596DF) is known color: Plum. HEX triplet: D5, 96 and DF. RGB value is (213,150,223). Sum of RGB (Red+Green+Blue) = 213+150+223=586 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.35% from 586); Green value is 150 (58.98% from 255 or 25.60% from 586); Blue value is 223 (87.5% from 255 or 38.05% from 586); Max value from RGB is 223 - color contains mainly: blue. Hex color #D596DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D596DF is #2A6920. Grayscale: #B0B0B0. Windows color (decimal): -2779425 or 14653141. OLE color: 14653141.

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

Color convert

RGB 213 150 223 -
CMYK 0.04 0.33 0 0.13
HSL 291.78º 0.53% 0.73% -
HSV(B) 291.78º 0.33% 0.87% -
XYZ 51.67 41.29 75.06 -
YUV 177.16 153.87 153.56 -
System Red Green Blue C M Y K H S L
Decimal 213 150 223 0.04 0.33 0 0.13 291.78 0.53 0.73
Hex D5 96 DF 4 21 0 D 124 35 49
Octal 325 226 337 4 41 0 15 444 65 111
Binary 11010101 10010110 11011111 100 100001 0 1101 100100100 110101 1001001

Color Harmonies of #D596DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D596DF

Black with #D596DF

Text Example


Text Example

White with #D596DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D596DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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