Html Css Color HEX #D590CF Plum

📋 copy color: '#D590CF'

red 213 ◦ green 144 ◦ blue 207

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

Shades of Plum #D590CF

Tints of Plum #D590CF

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.53%

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 37.77%
G = 25.53%
B = 36.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D590CF (or 0xD590CF) is known color: Plum. HEX triplet: D5, 90 and CF. RGB value is (213,144,207). Sum of RGB (Red+Green+Blue) = 213+144+207=564 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.77% from 564); Green value is 144 (56.64% from 255 or 25.53% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 213 - color contains mainly: red. Hex color #D590CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D590CF is #2A6F30. Grayscale: #ABABAB. Windows color (decimal): -2780977 or 13603029. OLE color: 13603029.

HSL color Cylindrical-coordinate representation of color #D590CF: hue angle of 305.22º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D590CF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 144 207 -
CMYK 0 0.32 0.03 0.16
HSL 305.22º 0.45% 0.7% -
HSV(B) 305.22º 0.32% 0.84% -
XYZ 48.68 38.6 63.92 -
YUV 171.81 147.86 157.38 -
System Red Green Blue C M Y K H S L
Decimal 213 144 207 0 0.32 0.03 0.16 305.22 0.45 0.7
Hex D5 90 CF 0 20 3 10 131 2D 46
Octal 325 220 317 0 40 3 20 461 55 106
Binary 11010101 10010000 11001111 0 100000 11 10000 100110001 101101 1000110

Color Harmonies of #D590CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D590CF

Black with #D590CF

Text Example


Text Example

White with #D590CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D590CF; }

 p { color: rgb(213,144,207); }

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

background-color css

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

 a { background-color: rgb(213,144,207); }

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

border-color css

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

 span { border-color: rgb(213,144,207); }

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