Html Css Color HEX #D588DF Plum

📋 copy color: '#D588DF'

red 213 ◦ green 136 ◦ blue 223

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

Shades of Plum #D588DF

Tints of Plum #D588DF

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.78%

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

R = 37.24%
G = 23.78%
B = 38.99%

CMYK

 C value IS 0.04

 M value IS 0.39

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D588DF (or 0xD588DF) is known color: Plum. HEX triplet: D5, 88 and DF. RGB value is (213,136,223). Sum of RGB (Red+Green+Blue) = 213+136+223=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 136 (53.52% from 255 or 23.78% from 572); Blue value is 223 (87.5% from 255 or 38.99% from 572); Max value from RGB is 223 - color contains mainly: blue. Hex color #D588DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588DF is #2A7720. Grayscale: #A8A8A8. Windows color (decimal): -2783009 or 14649557. OLE color: 14649557.

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

Color convert

RGB 213 136 223 -
CMYK 0.04 0.39 0 0.13
HSL 293.1º 0.58% 0.7% -
HSV(B) 293.1º 0.39% 0.87% -
XYZ 49.56 37.08 74.36 -
YUV 168.94 158.51 159.43 -
System Red Green Blue C M Y K H S L
Decimal 213 136 223 0.04 0.39 0 0.13 293.1 0.58 0.7
Hex D5 88 DF 4 27 0 D 125 3A 46
Octal 325 210 337 4 47 0 15 445 72 106
Binary 11010101 10001000 11011111 100 100111 0 1101 100100101 111010 1000110

Color Harmonies of #D588DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588DF

Black with #D588DF

Text Example


Text Example

White with #D588DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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