Html Css Color HEX #D994CF Plum

📋 copy color: '#D994CF'

red 217 ◦ green 148 ◦ blue 207

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

Shades of Plum #D994CF

Tints of Plum #D994CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.19%

R = 37.94%
G = 25.87%
B = 36.19%

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

#D994CF (or 0xD994CF) is known color: Plum. HEX triplet: D9, 94 and CF. RGB value is (217,148,207). Sum of RGB (Red+Green+Blue) = 217+148+207=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 207 (81.25% from 255 or 36.19% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D994CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994CF is #266B30. Grayscale: #AFAFAF. Windows color (decimal): -2517809 or 13604057. OLE color: 13604057.

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

Color convert

RGB 217 148 207 -
CMYK 0 0.32 0.05 0.15
HSL 308.7º 0.48% 0.72% -
HSV(B) 308.7º 0.32% 0.85% -
XYZ 50.47 40.44 64.18 -
YUV 175.36 145.86 157.7 -
System Red Green Blue C M Y K H S L
Decimal 217 148 207 0 0.32 0.05 0.15 308.7 0.48 0.72
Hex D9 94 CF 0 20 5 F 135 30 48
Octal 331 224 317 0 40 5 17 465 60 110
Binary 11011001 10010100 11001111 0 100000 101 1111 100110101 110000 1001000

Color Harmonies of #D994CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994CF

Black with #D994CF

Text Example


Text Example

White with #D994CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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