Html Css Color HEX #D592CF Plum

📋 copy color: '#D592CF'

red 213 ◦ green 146 ◦ blue 207

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

Shades of Plum #D592CF

Tints of Plum #D592CF

RGB

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

 GREEN value IS 146 (57.42% from 255) = 25.8%

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

R = 37.63%
G = 25.8%
B = 36.57%

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

#D592CF (or 0xD592CF) is known color: Plum. HEX triplet: D5, 92 and CF. RGB value is (213,146,207). Sum of RGB (Red+Green+Blue) = 213+146+207=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 146 (57.42% from 255 or 25.80% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D592CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592CF is #2A6D30. Grayscale: #ACACAC. Windows color (decimal): -2780465 or 13603541. OLE color: 13603541.

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

Color convert

RGB 213 146 207 -
CMYK 0 0.31 0.03 0.16
HSL 305.37º 0.44% 0.7% -
HSV(B) 305.37º 0.31% 0.84% -
XYZ 48.98 39.21 64.02 -
YUV 172.99 147.2 156.54 -
System Red Green Blue C M Y K H S L
Decimal 213 146 207 0 0.31 0.03 0.16 305.37 0.44 0.7
Hex D5 92 CF 0 1F 3 10 131 2C 46
Octal 325 222 317 0 37 3 20 461 54 106
Binary 11010101 10010010 11001111 0 11111 11 10000 100110001 101100 1000110

Color Harmonies of #D592CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592CF

Black with #D592CF

Text Example


Text Example

White with #D592CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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