Html Css Color HEX #D994D0 Plum

📋 copy color: '#D994D0'

red 217 ◦ green 148 ◦ blue 208

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

Shades of Plum #D994D0

Tints of Plum #D994D0

RGB

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

 GREEN value IS 148 (58.2% from 255) = 25.83%

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 37.87%
G = 25.83%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#D994D0 (or 0xD994D0) is known color: Plum. HEX triplet: D9, 94 and D0. RGB value is (217,148,208). Sum of RGB (Red+Green+Blue) = 217+148+208=573 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.87% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 217 - color contains mainly: red. Hex color #D994D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994D0 is #266B2F. Grayscale: #AFAFAF. Windows color (decimal): -2517808 or 13669593. OLE color: 13669593.

HSL color Cylindrical-coordinate representation of color #D994D0: hue angle of 307.83º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D994D0 is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 148 208 -
CMYK 0 0.32 0.04 0.15
HSL 307.83º 0.48% 0.72% -
HSV(B) 307.83º 0.32% 0.85% -
XYZ 50.59 40.49 64.82 -
YUV 175.47 146.36 157.62 -
System Red Green Blue C M Y K H S L
Decimal 217 148 208 0 0.32 0.04 0.15 307.83 0.48 0.72
Hex D9 94 D0 0 20 4 F 134 30 48
Octal 331 224 320 0 40 4 17 464 60 110
Binary 11011001 10010100 11010000 0 100000 100 1111 100110100 110000 1001000

Color Harmonies of #D994D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994D0

Black with #D994D0

Text Example


Text Example

White with #D994D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994D0; }

 p { color: rgb(217,148,208); }

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

background-color css

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

 a { background-color: rgb(217,148,208); }

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

border-color css

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

 span { border-color: rgb(217,148,208); }

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