Html Css Color HEX #D59CE0 Plum

📋 copy color: '#D59CE0'

red 213 ◦ green 156 ◦ blue 224

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

Shades of Plum #D59CE0

Tints of Plum #D59CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 37.77%

R = 35.92%
G = 26.31%
B = 37.77%

CMYK

 C value IS 0.05

 M value IS 0.30

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#D59CE0 (or 0xD59CE0) is known color: Plum. HEX triplet: D5, 9C and E0. RGB value is (213,156,224). Sum of RGB (Red+Green+Blue) = 213+156+224=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 156 (61.33% from 255 or 26.31% from 593); Blue value is 224 (87.89% from 255 or 37.77% from 593); Max value from RGB is 224 - color contains mainly: blue. Hex color #D59CE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D59CE0 is #2A631F. Grayscale: #B4B4B4. Windows color (decimal): -2777888 or 14720213. OLE color: 14720213.

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

Color convert

RGB 213 156 224 -
CMYK 0.05 0.30 0 0.12
HSL 290.29º 0.52% 0.75% -
HSV(B) 290.29º 0.3% 0.88% -
XYZ 52.78 43.3 76.1 -
YUV 180.8 152.38 150.97 -
System Red Green Blue C M Y K H S L
Decimal 213 156 224 0.05 0.30 0 0.12 290.29 0.52 0.75
Hex D5 9C E0 5 1E 0 C 122 34 4B
Octal 325 234 340 5 36 0 14 442 64 113
Binary 11010101 10011100 11100000 101 11110 0 1100 100100010 110100 1001011

Color Harmonies of #D59CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D59CE0

Black with #D59CE0

Text Example


Text Example

White with #D59CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D59CE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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