Html Css Color HEX #D59CE1 Plum

📋 copy color: '#D59CE1'

red 213 ◦ green 156 ◦ blue 225

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

Shades of Plum #D59CE1

Tints of Plum #D59CE1

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.26%

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

R = 35.86%
G = 26.26%
B = 37.88%

CMYK

 C value IS 0.05

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D59CE1 (or 0xD59CE1) is known color: Plum. HEX triplet: D5, 9C and E1. RGB value is (213,156,225). Sum of RGB (Red+Green+Blue) = 213+156+225=594 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.86% from 594); Green value is 156 (61.33% from 255 or 26.26% from 594); Blue value is 225 (88.28% from 255 or 37.88% from 594); Max value from RGB is 225 - color contains mainly: blue. Hex color #D59CE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CE1 is #2A631E. Grayscale: #B4B4B4. Windows color (decimal): -2777887 or 14785749. OLE color: 14785749.

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

Color convert

RGB 213 156 225 -
CMYK 0.05 0.31 0 0.12
HSL 289.57º 0.53% 0.75% -
HSV(B) 289.57º 0.31% 0.88% -
XYZ 52.92 43.36 76.81 -
YUV 180.91 152.88 150.89 -
System Red Green Blue C M Y K H S L
Decimal 213 156 225 0.05 0.31 0 0.12 289.57 0.53 0.75
Hex D5 9C E1 5 1F 0 C 122 35 4B
Octal 325 234 341 5 37 0 14 442 65 113
Binary 11010101 10011100 11100001 101 11111 0 1100 100100010 110101 1001011

Color Harmonies of #D59CE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CE1

Black with #D59CE1

Text Example


Text Example

White with #D59CE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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