Html Css Color HEX #D599DA Plum

📋 copy color: '#D599DA'

red 213 ◦ green 153 ◦ blue 218

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

Shades of Plum #D599DA

Tints of Plum #D599DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.33%

R = 36.47%
G = 26.2%
B = 37.33%

CMYK

 C value IS 0.02

 M value IS 0.30

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D599DA (or 0xD599DA) is known color: Plum. HEX triplet: D5, 99 and DA. RGB value is (213,153,218). Sum of RGB (Red+Green+Blue) = 213+153+218=584 (77% of max value = 765). Red value is 213 (83.59% from 255 or 36.47% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #D599DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599DA is #2A6625. Grayscale: #B2B2B2. Windows color (decimal): -2778662 or 14326229. OLE color: 14326229.

HSL color Cylindrical-coordinate representation of color #D599DA: hue angle of 295.38º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D599DA is Cyan = 0.02, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 153 218 -
CMYK 0.02 0.30 0 0.15
HSL 295.38º 0.47% 0.73% -
HSV(B) 295.38º 0.3% 0.85% -
XYZ 51.49 41.99 71.72 -
YUV 178.35 150.38 152.71 -
System Red Green Blue C M Y K H S L
Decimal 213 153 218 0.02 0.30 0 0.15 295.38 0.47 0.73
Hex D5 99 DA 2 1E 0 F 127 2F 49
Octal 325 231 332 2 36 0 17 447 57 111
Binary 11010101 10011001 11011010 10 11110 0 1111 100100111 101111 1001001

Color Harmonies of #D599DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599DA

Black with #D599DA

Text Example


Text Example

White with #D599DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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