Html Css Color HEX #D592DA Plum

📋 copy color: '#D592DA'

red 213 ◦ green 146 ◦ blue 218

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

Shades of Plum #D592DA

Tints of Plum #D592DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 36.92%
G = 25.3%
B = 37.78%

CMYK

 C value IS 0.02

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D592DA (or 0xD592DA) is known color: Plum. HEX triplet: D5, 92 and DA. RGB value is (213,146,218). Sum of RGB (Red+Green+Blue) = 213+146+218=577 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.92% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #D592DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D592DA is #2A6D25. Grayscale: #AEAEAE. Windows color (decimal): -2780454 or 14324437. OLE color: 14324437.

HSL color Cylindrical-coordinate representation of color #D592DA: hue angle of 295.83º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D592DA is Cyan = 0.02, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 213 146 218 -
CMYK 0.02 0.33 0 0.15
HSL 295.83º 0.49% 0.71% -
HSV(B) 295.83º 0.33% 0.85% -
XYZ 50.37 39.77 71.35 -
YUV 174.24 152.7 155.65 -
System Red Green Blue C M Y K H S L
Decimal 213 146 218 0.02 0.33 0 0.15 295.83 0.49 0.71
Hex D5 92 DA 2 21 0 F 128 31 47
Octal 325 222 332 2 41 0 17 450 61 107
Binary 11010101 10010010 11011010 10 100001 0 1111 100101000 110001 1000111

Color Harmonies of #D592DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592DA

Black with #D592DA

Text Example


Text Example

White with #D592DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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