Html Css Color HEX #D588DD Plum

📋 copy color: '#D588DD'

red 213 ◦ green 136 ◦ blue 221

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

Shades of Plum #D588DD

Tints of Plum #D588DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 37.37%
G = 23.86%
B = 38.77%

CMYK

 C value IS 0.04

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D588DD (or 0xD588DD) is known color: Plum. HEX triplet: D5, 88 and DD. RGB value is (213,136,221). Sum of RGB (Red+Green+Blue) = 213+136+221=570 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.37% from 570); Green value is 136 (53.52% from 255 or 23.86% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #D588DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D588DD is #2A7722. Grayscale: #A8A8A8. Windows color (decimal): -2783011 or 14518485. OLE color: 14518485.

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

Color convert

RGB 213 136 221 -
CMYK 0.04 0.38 0 0.13
HSL 294.35º 0.56% 0.7% -
HSV(B) 294.35º 0.38% 0.87% -
XYZ 49.3 36.97 72.95 -
YUV 168.71 157.51 159.59 -
System Red Green Blue C M Y K H S L
Decimal 213 136 221 0.04 0.38 0 0.13 294.35 0.56 0.7
Hex D5 88 DD 4 26 0 D 126 38 46
Octal 325 210 335 4 46 0 15 446 70 106
Binary 11010101 10001000 11011101 100 100110 0 1101 100100110 111000 1000110

Color Harmonies of #D588DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D588DD

Black with #D588DD

Text Example


Text Example

White with #D588DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D588DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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