Html Css Color HEX #D994CB Plum

📋 copy color: '#D994CB'

red 217 ◦ green 148 ◦ blue 203

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

Shades of Plum #D994CB

Tints of Plum #D994CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.74%

R = 38.2%
G = 26.06%
B = 35.74%

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

#D994CB (or 0xD994CB) is known color: Plum. HEX triplet: D9, 94 and CB. RGB value is (217,148,203). Sum of RGB (Red+Green+Blue) = 217+148+203=568 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.20% from 568); Green value is 148 (58.20% from 255 or 26.06% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 217 - color contains mainly: red. Hex color #D994CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D994CB is #266B34. Grayscale: #AEAEAE. Windows color (decimal): -2517813 or 13341913. OLE color: 13341913.

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

Color convert

RGB 217 148 203 -
CMYK 0 0.32 0.06 0.15
HSL 312.17º 0.48% 0.72% -
HSV(B) 312.17º 0.32% 0.85% -
XYZ 49.98 40.24 61.63 -
YUV 174.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 217 148 203 0 0.32 0.06 0.15 312.17 0.48 0.72
Hex D9 94 CB 0 20 6 F 138 30 48
Octal 331 224 313 0 40 6 17 470 60 110
Binary 11011001 10010100 11001011 0 100000 110 1111 100111000 110000 1001000

Color Harmonies of #D994CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D994CB

Black with #D994CB

Text Example


Text Example

White with #D994CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D994CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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