Html Css Color HEX #D994CC Plum

📋 copy color: '#D994CC'

red 217 ◦ green 148 ◦ blue 204

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

Shades of Plum #D994CC

Tints of Plum #D994CC

RGB

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

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

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

R = 38.14%
G = 26.01%
B = 35.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D994CC (or 0xD994CC) is known color: Plum. HEX triplet: D9, 94 and CC. RGB value is (217,148,204). Sum of RGB (Red+Green+Blue) = 217+148+204=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 148 (58.20% from 255 or 26.01% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D994CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994CC is #266B33. Grayscale: #AEAEAE. Windows color (decimal): -2517812 or 13407449. OLE color: 13407449.

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

Color convert

RGB 217 148 204 -
CMYK 0 0.32 0.06 0.15
HSL 311.3º 0.48% 0.72% -
HSV(B) 311.3º 0.32% 0.85% -
XYZ 50.1 40.29 62.26 -
YUV 175.02 144.36 157.95 -
System Red Green Blue C M Y K H S L
Decimal 217 148 204 0 0.32 0.06 0.15 311.3 0.48 0.72
Hex D9 94 CC 0 20 6 F 137 30 48
Octal 331 224 314 0 40 6 17 467 60 110
Binary 11011001 10010100 11001100 0 100000 110 1111 100110111 110000 1001000

Color Harmonies of #D994CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994CC

Black with #D994CC

Text Example


Text Example

White with #D994CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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