Html Css Color HEX #D990CD Plum

📋 copy color: '#D990CD'

red 217 ◦ green 144 ◦ blue 205

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

Shades of Plum #D990CD

Tints of Plum #D990CD

RGB

 RED value IS 217 (85.16% from 255) = 38.34%

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

 BLUE value IS 205 (80.47% from 255) = 36.22%

R = 38.34%
G = 25.44%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D990CD (or 0xD990CD) is known color: Plum. HEX triplet: D9, 90 and CD. RGB value is (217,144,205). Sum of RGB (Red+Green+Blue) = 217+144+205=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 144 (56.64% from 255 or 25.44% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CD is #266F32. Grayscale: #ACACAC. Windows color (decimal): -2518835 or 13471961. OLE color: 13471961.

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

Color convert

RGB 217 144 205 -
CMYK 0 0.34 0.06 0.15
HSL 309.86º 0.49% 0.71% -
HSV(B) 309.86º 0.34% 0.85% -
XYZ 49.61 39.11 62.69 -
YUV 172.78 146.18 159.54 -
System Red Green Blue C M Y K H S L
Decimal 217 144 205 0 0.34 0.06 0.15 309.86 0.49 0.71
Hex D9 90 CD 0 22 6 F 136 31 47
Octal 331 220 315 0 42 6 17 466 61 107
Binary 11011001 10010000 11001101 0 100010 110 1111 100110110 110001 1000111

Color Harmonies of #D990CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990CD

Black with #D990CD

Text Example


Text Example

White with #D990CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990CD; }

 p { color: rgb(217,144,205); }

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

background-color css

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

 a { background-color: rgb(217,144,205); }

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

border-color css

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

 span { border-color: rgb(217,144,205); }

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