Html Css Color HEX #D599DF Plum

📋 copy color: '#D599DF'

red 213 ◦ green 153 ◦ blue 223

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

Shades of Plum #D599DF

Tints of Plum #D599DF

RGB

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

 GREEN value IS 153 (60.16% from 255) = 25.98%

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

R = 36.16%
G = 25.98%
B = 37.86%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D599DF (or 0xD599DF) is known color: Plum. HEX triplet: D5, 99 and DF. RGB value is (213,153,223). Sum of RGB (Red+Green+Blue) = 213+153+223=589 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.16% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #D599DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DF is #2A6620. Grayscale: #B2B2B2. Windows color (decimal): -2778657 or 14653909. OLE color: 14653909.

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

Color convert

RGB 213 153 223 -
CMYK 0.04 0.31 0 0.13
HSL 291.43º 0.52% 0.74% -
HSV(B) 291.43º 0.31% 0.87% -
XYZ 52.15 42.26 75.22 -
YUV 178.92 152.88 152.31 -
System Red Green Blue C M Y K H S L
Decimal 213 153 223 0.04 0.31 0 0.13 291.43 0.52 0.74
Hex D5 99 DF 4 1F 0 D 123 34 4A
Octal 325 231 337 4 37 0 15 443 64 112
Binary 11010101 10011001 11011111 100 11111 0 1101 100100011 110100 1001010

Color Harmonies of #D599DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599DF

Black with #D599DF

Text Example


Text Example

White with #D599DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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