Html Css Color HEX #D490DD Plum

📋 copy color: '#D490DD'

red 212 ◦ green 144 ◦ blue 221

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

Shades of Plum #D490DD

Tints of Plum #D490DD

RGB

 RED value IS 212 (83.2% from 255) = 36.74%

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

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

R = 36.74%
G = 24.96%
B = 38.3%

CMYK

 C value IS 0.04

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D490DD (or 0xD490DD) is known color: Plum. HEX triplet: D4, 90 and DD. RGB value is (212,144,221). Sum of RGB (Red+Green+Blue) = 212+144+221=577 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.74% from 577); Green value is 144 (56.64% from 255 or 24.96% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #D490DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490DD is #2B6F22. Grayscale: #ACACAC. Windows color (decimal): -2846499 or 14520532. OLE color: 14520532.

HSL color Cylindrical-coordinate representation of color #D490DD: hue angle of 292.99º 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 #D490DD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 144 221 -
CMYK 0.04 0.35 0 0.13
HSL 292.99º 0.53% 0.72% -
HSV(B) 292.99º 0.35% 0.87% -
XYZ 50.18 39.16 73.32 -
YUV 173.11 155.03 155.74 -
System Red Green Blue C M Y K H S L
Decimal 212 144 221 0.04 0.35 0 0.13 292.99 0.53 0.72
Hex D4 90 DD 4 23 0 D 125 35 48
Octal 324 220 335 4 43 0 15 445 65 110
Binary 11010100 10010000 11011101 100 100011 0 1101 100100101 110101 1001000

Color Harmonies of #D490DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D490DD

Black with #D490DD

Text Example


Text Example

White with #D490DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D490DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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