Html Css Color HEX #D594CF Plum

📋 copy color: '#D594CF'

red 213 ◦ green 148 ◦ blue 207

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

Shades of Plum #D594CF

Tints of Plum #D594CF

RGB

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

 GREEN value IS 148 (58.2% from 255) = 26.06%

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

R = 37.5%
G = 26.06%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#D594CF (or 0xD594CF) is known color: Plum. HEX triplet: D5, 94 and CF. RGB value is (213,148,207). Sum of RGB (Red+Green+Blue) = 213+148+207=568 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.5% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 207 (81.25% from 255 or 36.44% from 568); Max value from RGB is 213 - color contains mainly: red. Hex color #D594CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D594CF is #2A6B30. Grayscale: #ADADAD. Windows color (decimal): -2779953 or 13604053. OLE color: 13604053.

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

Color convert

RGB 213 148 207 -
CMYK 0 0.31 0.03 0.16
HSL 305.54º 0.44% 0.71% -
HSV(B) 305.54º 0.31% 0.84% -
XYZ 49.29 39.83 64.12 -
YUV 174.16 146.53 155.7 -
System Red Green Blue C M Y K H S L
Decimal 213 148 207 0 0.31 0.03 0.16 305.54 0.44 0.71
Hex D5 94 CF 0 1F 3 10 132 2C 47
Octal 325 224 317 0 37 3 20 462 54 107
Binary 11010101 10010100 11001111 0 11111 11 10000 100110010 101100 1000111

Color Harmonies of #D594CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594CF

Black with #D594CF

Text Example


Text Example

White with #D594CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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