Html Css Color HEX #D994CE Plum

📋 copy color: '#D994CE'

red 217 ◦ green 148 ◦ blue 206

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

Shades of Plum #D994CE

Tints of Plum #D994CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.08%

R = 38%
G = 25.92%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D994CE (or 0xD994CE) is known color: Plum. HEX triplet: D9, 94 and CE. RGB value is (217,148,206). Sum of RGB (Red+Green+Blue) = 217+148+206=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 217 - color contains mainly: red. Hex color #D994CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994CE is #266B31. Grayscale: #AFAFAF. Windows color (decimal): -2517810 or 13538521. OLE color: 13538521.

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

Color convert

RGB 217 148 206 -
CMYK 0 0.32 0.05 0.15
HSL 309.57º 0.48% 0.72% -
HSV(B) 309.57º 0.32% 0.85% -
XYZ 50.35 40.39 63.53 -
YUV 175.24 145.36 157.78 -
System Red Green Blue C M Y K H S L
Decimal 217 148 206 0 0.32 0.05 0.15 309.57 0.48 0.72
Hex D9 94 CE 0 20 5 F 136 30 48
Octal 331 224 316 0 40 5 17 466 60 110
Binary 11011001 10010100 11001110 0 100000 101 1111 100110110 110000 1001000

Color Harmonies of #D994CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994CE

Black with #D994CE

Text Example


Text Example

White with #D994CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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