Html Css Color HEX #D293DA Plum

📋 copy color: '#D293DA'

red 210 ◦ green 147 ◦ blue 218

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

Shades of Plum #D293DA

Tints of Plum #D293DA

RGB

 RED value IS 210 (82.42% from 255) = 36.52%

 GREEN value IS 147 (57.81% from 255) = 25.57%

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

R = 36.52%
G = 25.57%
B = 37.91%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D293DA (or 0xD293DA) is known color: Plum. HEX triplet: D2, 93 and DA. RGB value is (210,147,218). Sum of RGB (Red+Green+Blue) = 210+147+218=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 147 (57.81% from 255 or 25.57% from 575); Blue value is 218 (85.55% from 255 or 37.91% from 575); Max value from RGB is 218 - color contains mainly: blue. Hex color #D293DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D293DA is #2D6C25. Grayscale: #ADADAD. Windows color (decimal): -2976806 or 14324690. OLE color: 14324690.

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

Color convert

RGB 210 147 218 -
CMYK 0.04 0.33 0 0.15
HSL 293.24º 0.49% 0.72% -
HSV(B) 293.24º 0.33% 0.85% -
XYZ 49.67 39.63 71.36 -
YUV 173.93 152.87 153.73 -
System Red Green Blue C M Y K H S L
Decimal 210 147 218 0.04 0.33 0 0.15 293.24 0.49 0.72
Hex D2 93 DA 4 21 0 F 125 31 48
Octal 322 223 332 4 41 0 17 445 61 110
Binary 11010010 10010011 11011010 100 100001 0 1111 100100101 110001 1001000

Color Harmonies of #D293DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D293DA

Black with #D293DA

Text Example


Text Example

White with #D293DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D293DA; }

 p { color: rgb(210,147,218); }

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

background-color css

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

 a { background-color: rgb(210,147,218); }

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

border-color css

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

 span { border-color: rgb(210,147,218); }

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