Html Css Color HEX #D592D4 Plum

📋 copy color: '#D592D4'

red 213 ◦ green 146 ◦ blue 212

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

Shades of Plum #D592D4

Tints of Plum #D592D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 37.13%

R = 37.3%
G = 25.57%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.00

 K value IS 0.16

RGB Variations

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

Color information

#D592D4 (or 0xD592D4) is known color: Plum. HEX triplet: D5, 92 and D4. RGB value is (213,146,212). Sum of RGB (Red+Green+Blue) = 213+146+212=571 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.30% from 571); Green value is 146 (57.42% from 255 or 25.57% from 571); Blue value is 212 (83.20% from 255 or 37.13% from 571); Max value from RGB is 213 - color contains mainly: red. Hex color #D592D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592D4 is #2A6D2B. Grayscale: #ADADAD. Windows color (decimal): -2780460 or 13931221. OLE color: 13931221.

HSL color Cylindrical-coordinate representation of color #D592D4: hue angle of 300.9º 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 #D592D4 is Cyan = 0, Magento = 0.31, Yellow = 0.00 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 146 212 -
CMYK 0 0.31 0.00 0.16
HSL 300.9º 0.44% 0.7% -
HSV(B) 300.9º 0.31% 0.84% -
XYZ 49.6 39.46 67.29 -
YUV 173.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 213 146 212 0 0.31 0.00 0.16 300.9 0.44 0.7
Hex D5 92 D4 0 1F 0 10 12D 2C 46
Octal 325 222 324 0 37 0 20 455 54 106
Binary 11010101 10010010 11010100 0 11111 0 10000 100101101 101100 1000110

Color Harmonies of #D592D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592D4

Black with #D592D4

Text Example


Text Example

White with #D592D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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