Html Css Color HEX #D599E1 Plum

📋 copy color: '#D599E1'

red 213 ◦ green 153 ◦ blue 225

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

Shades of Plum #D599E1

Tints of Plum #D599E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 38.07%

R = 36.04%
G = 25.89%
B = 38.07%

CMYK

 C value IS 0.05

 M value IS 0.32

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D599E1 (or 0xD599E1) is known color: Plum. HEX triplet: D5, 99 and E1. RGB value is (213,153,225). Sum of RGB (Red+Green+Blue) = 213+153+225=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 153 (60.16% from 255 or 25.89% from 591); Blue value is 225 (88.28% from 255 or 38.07% from 591); Max value from RGB is 225 - color contains mainly: blue. Hex color #D599E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D599E1 is #2A661E. Grayscale: #B2B2B2. Windows color (decimal): -2778655 or 14784981. OLE color: 14784981.

HSL color Cylindrical-coordinate representation of color #D599E1: hue angle of 290º degrees, saturation: 0.55, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D599E1 is Cyan = 0.05, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 213 153 225 -
CMYK 0.05 0.32 0 0.12
HSL 290º 0.55% 0.74% -
HSV(B) 290º 0.32% 0.88% -
XYZ 52.42 42.36 76.65 -
YUV 179.15 153.88 152.15 -
System Red Green Blue C M Y K H S L
Decimal 213 153 225 0.05 0.32 0 0.12 290 0.55 0.74
Hex D5 99 E1 5 20 0 C 122 37 4A
Octal 325 231 341 5 40 0 14 442 67 112
Binary 11010101 10011001 11100001 101 100000 0 1100 100100010 110111 1001010

Color Harmonies of #D599E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D599E1

Black with #D599E1

Text Example


Text Example

White with #D599E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D599E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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