Html Css Color HEX #D990CC Plum

📋 copy color: '#D990CC'

red 217 ◦ green 144 ◦ blue 204

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

Shades of Plum #D990CC

Tints of Plum #D990CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.11%

R = 38.41%
G = 25.49%
B = 36.11%

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

#D990CC (or 0xD990CC) is known color: Plum. HEX triplet: D9, 90 and CC. RGB value is (217,144,204). Sum of RGB (Red+Green+Blue) = 217+144+204=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 144 (56.64% from 255 or 25.49% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D990CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D990CC is #266F33. Grayscale: #ACACAC. Windows color (decimal): -2518836 or 13406425. OLE color: 13406425.

HSL color Cylindrical-coordinate representation of color #D990CC: hue angle of 310.68º 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 #D990CC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 144 204 -
CMYK 0 0.34 0.06 0.15
HSL 310.68º 0.49% 0.71% -
HSV(B) 310.68º 0.34% 0.85% -
XYZ 49.49 39.06 62.06 -
YUV 172.67 145.68 159.62 -
System Red Green Blue C M Y K H S L
Decimal 217 144 204 0 0.34 0.06 0.15 310.68 0.49 0.71
Hex D9 90 CC 0 22 6 F 137 31 47
Octal 331 220 314 0 42 6 17 467 61 107
Binary 11011001 10010000 11001100 0 100010 110 1111 100110111 110001 1000111

Color Harmonies of #D990CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D990CC

Black with #D990CC

Text Example


Text Example

White with #D990CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D990CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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