Html Css Color HEX #D290D5 Plum

📋 copy color: '#D290D5'

red 210 ◦ green 144 ◦ blue 213

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

Shades of Plum #D290D5

Tints of Plum #D290D5

RGB

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

 GREEN value IS 144 (56.64% from 255) = 25.4%

 BLUE value IS 213 (83.59% from 255) = 37.57%

R = 37.04%
G = 25.4%
B = 37.57%

CMYK

 C value IS 0.01

 M value IS 0.32

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#D290D5 (or 0xD290D5) is known color: Plum. HEX triplet: D2, 90 and D5. RGB value is (210,144,213). Sum of RGB (Red+Green+Blue) = 210+144+213=567 (75% of max value = 765). Red value is 210 (82.42% from 255 or 37.04% from 567); Green value is 144 (56.64% from 255 or 25.40% from 567); Blue value is 213 (83.59% from 255 or 37.57% from 567); Max value from RGB is 213 - color contains mainly: blue. Hex color #D290D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290D5 is #2D6F2A. Grayscale: #ABABAB. Windows color (decimal): -2977579 or 13996242. OLE color: 13996242.

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

Color convert

RGB 210 144 213 -
CMYK 0.01 0.32 0 0.16
HSL 297.39º 0.45% 0.7% -
HSV(B) 297.39º 0.32% 0.84% -
XYZ 48.56 38.45 67.81 -
YUV 171.6 151.37 155.39 -
System Red Green Blue C M Y K H S L
Decimal 210 144 213 0.01 0.32 0 0.16 297.39 0.45 0.7
Hex D2 90 D5 1 20 0 10 129 2D 46
Octal 322 220 325 1 40 0 20 451 55 106
Binary 11010010 10010000 11010101 1 100000 0 10000 100101001 101101 1000110

Color Harmonies of #D290D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290D5

Black with #D290D5

Text Example


Text Example

White with #D290D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290D5; }

 p { color: rgb(210,144,213); }

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

background-color css

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

 a { background-color: rgb(210,144,213); }

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

border-color css

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

 span { border-color: rgb(210,144,213); }

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