Html Css Color HEX #D290DD Plum

📋 copy color: '#D290DD'

red 210 ◦ green 144 ◦ blue 221

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

Shades of Plum #D290DD

Tints of Plum #D290DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.43%

R = 36.52%
G = 25.04%
B = 38.43%

CMYK

 C value IS 0.05

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D290DD (or 0xD290DD) is known color: Plum. HEX triplet: D2, 90 and DD. RGB value is (210,144,221). Sum of RGB (Red+Green+Blue) = 210+144+221=575 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.52% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #D290DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290DD is #2D6F22. Grayscale: #ACACAC. Windows color (decimal): -2977571 or 14520530. OLE color: 14520530.

HSL color Cylindrical-coordinate representation of color #D290DD: hue angle of 291.43º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D290DD is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 210 144 221 -
CMYK 0.05 0.35 0 0.13
HSL 291.43º 0.53% 0.72% -
HSV(B) 291.43º 0.35% 0.87% -
XYZ 49.6 38.87 73.29 -
YUV 172.51 155.37 154.74 -
System Red Green Blue C M Y K H S L
Decimal 210 144 221 0.05 0.35 0 0.13 291.43 0.53 0.72
Hex D2 90 DD 5 23 0 D 123 35 48
Octal 322 220 335 5 43 0 15 443 65 110
Binary 11010010 10010000 11011101 101 100011 0 1101 100100011 110101 1001000

Color Harmonies of #D290DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D290DD

Black with #D290DD

Text Example


Text Example

White with #D290DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D290DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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